summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock5
-rw-r--r--flake.nix5
2 files changed, 7 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 729fa5b..1f67852 100644
--- a/flake.lock
+++ b/flake.lock
@@ -97,8 +97,9 @@
"type": "github"
},
"original": {
- "id": "nur",
- "type": "indirect"
+ "owner": "nix-community",
+ "repo": "NUR",
+ "type": "github"
}
},
"root": {
diff --git a/flake.nix b/flake.nix
index ee0e6a3..3cb8de0 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,4 +1,8 @@
{
+ inputs = {
+ nur.url = "github:nix-community/NUR";
+ };
+
outputs =
{
self,
@@ -52,7 +56,6 @@
perSystem =
{
- config,
system,
pkgs,
lib,