forked from colonelpanic/dotfiles
[NixOS] Point nixpkgs back at submodule
This commit is contained in:
parent
fab3fa32c1
commit
98777c1098
@ -2,7 +2,9 @@
|
||||
inputs = {
|
||||
nixos-hardware = { url = github:NixOS/nixos-hardware; };
|
||||
|
||||
nixpkgs = { url = github:NixOS/nixpkgs/nixos-unstable; };
|
||||
nixpkgs = {
|
||||
url = path:./nixpkgs;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = github:nix-community/home-manager;
|
||||
|
Loading…
Reference in New Issue
Block a user