[NixOS] Move nixpkgs to avoid copying into my own flake source
My own flake source gets updated much more frequently
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
nixos-hardware = { url = github:NixOS/nixos-hardware; };
|
||||
|
||||
nixpkgs = {
|
||||
url = path:./nixpkgs;
|
||||
url = path:../nixpkgs;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
|
Submodule nixos/nixpkgs deleted from ef99fa5c5e
Reference in New Issue
Block a user