diff options
| author | David Barroso <dbarrosop@dravetech.com> | 2022-12-10 13:23:15 +0100 |
|---|---|---|
| committer | David Barroso <dbarrosop@dravetech.com> | 2022-12-10 13:23:15 +0100 |
| commit | 3d693634b5dbb284a4c4712b45215005287bb92c (patch) | |
| tree | b1d7609be71250a6d377f7fdfbe33d91d1e2a6b1 | |
| parent | e3af483fa68dbe2efd957327500b55acd86ef0fd (diff) | |
fix nix build on Darwin
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ name = "rustlings"; version = "5.2.1"; + buildInputs = with pkgs; lib.optionals stdenv.isDarwin [ + darwin.apple_sdk.frameworks.CoreServices + ]; + src = with pkgs.lib; cleanSourceWith { src = self; # a function that returns a bool determining if the path should be included in the cleaned source |
