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.nix | |
| 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 '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + nur.url = "github:nix-community/NUR"; + home-manager = { url = "github:nix-community/home-manager/release-21.11"; # We want home-manager to use the same set of nixpkgs as our system. |
