[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:
2023-08-03 20:45:18 -06:00
parent 2f2430e2a0
commit 87842d31cf
3 changed files with 2 additions and 2 deletions

View File

@@ -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