[NixOS] Point nixpkgs back at submodule

This commit is contained in:
Ivan Malison 2023-06-29 11:28:16 -06:00
parent fab3fa32c1
commit 98777c1098
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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