diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-27 12:09:27 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-27 13:05:31 -0800 |
| commit | ac75bde641ef37d379a4c048d2bdb49b4ba069aa (patch) | |
| tree | 72dccd272103a691c56e01ad8b7039c4ba2eb93b /flake.lock | |
| parent | docs: add partition setup for the NAS (diff) | |
| download | infra-ac75bde641ef37d379a4c048d2bdb49b4ba069aa.tar.gz | |
flake: add new overlay: NUR
NUR is the nux user repository, which provides additional packages.
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -88,6 +88,21 @@ "type": "github" } }, + "nur": { + "locked": { + "lastModified": 1645979938, + "narHash": "sha256-3qsDn3hcabz4YyMqCuxlr11HonB5PGEBWdfQWZL7rYU=", + "owner": "nix-community", + "repo": "NUR", + "rev": "7f7ac98566dd07d3400ed29f506f7b5ef0b6bbf2", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "NUR", + "type": "github" + } + }, "root": { "inputs": { "agenix": "agenix", @@ -95,6 +110,7 @@ "home-manager": "home-manager", "nixpkgs": "nixpkgs", "nixpkgs-unstable": "nixpkgs-unstable", + "nur": "nur", "utils": "utils" } }, |
