added NUR

This commit is contained in:
Nicolai Van der Storm 2023-10-18 13:28:39 +02:00
parent dbcf9c7c0f
commit 3ce2c4f098
Signed by: NicolaiVdS
GPG Key ID: CA53B34914EFD59B
2 changed files with 17 additions and 0 deletions

View File

@ -165,6 +165,21 @@
"type": "indirect"
}
},
"nur": {
"locked": {
"lastModified": 1697620530,
"narHash": "sha256-yP1UqYQXHrA7QmXUHqlx9lVEBjzmtLPOJwmEk8fyUeY=",
"owner": "nix-community",
"repo": "NUR",
"rev": "51314cbd9e37c1ed544e336b60a0ac73e1709a13",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
"orcaslicer": {
"inputs": {
"flake-utils": "flake-utils",
@ -190,6 +205,7 @@
"hyprland": "hyprland",
"maxfetch": "maxfetch",
"nixpkgs": "nixpkgs_3",
"nur": "nur",
"orcaslicer": "orcaslicer",
"sops-nix": "sops-nix"
}

View File

@ -13,6 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "";
};
nur.url = "github:nix-community/NUR";
};
outputs = { self, nixpkgs, home-manager, ...}@inputs: