feat(flake): add nur
to inputs
This commit is contained in:
parent
e86d916ae8
commit
d323092582
3 changed files with 22 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# Nix User Repository
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
};
|
||||
|
||||
hardware = {
|
||||
url = "github:nixos/nixos-hardware";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue