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:
parent
a40eb003e1
commit
563a2b35b7
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue