diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,8 @@ { + inputs = { + nur.url = "github:nix-community/NUR"; + }; + outputs = { self, @@ -52,7 +56,6 @@ perSystem = { - config, system, pkgs, lib, |
