1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

nix-script: rename

This commit is contained in:
Daiderd Jordan 2016-12-27 20:30:13 +01:00
parent a40eb003e1
commit 563a2b35b7
No known key found for this signature in database
GPG key ID: D02435D05B810C96
2 changed files with 1 additions and 1 deletions

View file

@ -149,7 +149,7 @@
nixpkgs.config.packageOverrides = pkgs: {
lnl.nix-script = pkgs.substituteAll {
name = "nix";
src = ../../pkgs/nix-tools/nix.sh;
src = ../../pkgs/nix-tools/nix-script.sh;
dir = "bin";
isExecutable = true;
};