[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:
parent
2f2430e2a0
commit
87842d31cf
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -11,5 +11,5 @@
|
|||||||
path = nixos/home-manager
|
path = nixos/home-manager
|
||||||
url = git@github.com:IvanMalison/home-manager.git
|
url = git@github.com:IvanMalison/home-manager.git
|
||||||
[submodule "nixos/nixpkgs"]
|
[submodule "nixos/nixpkgs"]
|
||||||
path = nixos/nixpkgs
|
path = nixpkgs
|
||||||
url = git@github.com:IvanMalison/nixpkgs.git
|
url = git@github.com:IvanMalison/nixpkgs.git
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
nixos-hardware = { url = github:NixOS/nixos-hardware; };
|
nixos-hardware = { url = github:NixOS/nixos-hardware; };
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
url = path:./nixpkgs;
|
url = path:../nixpkgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
Loading…
Reference in New Issue
Block a user