diff options
| -rw-r--r-- | flake.lock | 5 | ||||
| -rw-r--r-- | flake.nix | 5 |
2 files changed, 7 insertions, 3 deletions
@@ -97,8 +97,9 @@ "type": "github" }, "original": { - "id": "nur", - "type": "indirect" + "owner": "nix-community", + "repo": "NUR", + "type": "github" } }, "root": { @@ -1,4 +1,8 @@ { + inputs = { + nur.url = "github:nix-community/NUR"; + }; + outputs = { self, @@ -52,7 +56,6 @@ perSystem = { - config, system, pkgs, lib, |
