refactor: nix-path/ -> nix/

This commit is contained in:
Colin 2024-02-20 12:13:52 +00:00
parent a624571b22
commit 73bb7827c0
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
./ids.nix ./ids.nix
./machine-id.nix ./machine-id.nix
./net ./net
./nix-path ./nix
./persist.nix ./persist.nix
./polyunfill.nix ./polyunfill.nix
./programs ./programs

View File

@ -8,7 +8,7 @@
# "nixpkgs-overlays=${../../..}/hosts/common/nix-path/overlay" # "nixpkgs-overlays=${../../..}/hosts/common/nix-path/overlay"
# as long as my system itself doesn't rely on NIXPKGS at runtime, we can point the overlays to git # as long as my system itself doesn't rely on NIXPKGS at runtime, we can point the overlays to git
# to avoid switching so much during development # to avoid switching so much during development
"nixpkgs-overlays=/home/colin/dev/nixos/hosts/common/nix-path/overlay" "nixpkgs-overlays=/home/colin/dev/nixos/hosts/common/nix/overlay"
]; ];
# ensure new deployments have a source of this repo with which they can bootstrap. # ensure new deployments have a source of this repo with which they can bootstrap.