mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +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: {
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
lnl.nix-script = pkgs.substituteAll {
|
lnl.nix-script = pkgs.substituteAll {
|
||||||
name = "nix";
|
name = "nix";
|
||||||
src = ../../pkgs/nix-tools/nix.sh;
|
src = ../../pkgs/nix-tools/nix-script.sh;
|
||||||
dir = "bin";
|
dir = "bin";
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue