diff options
author | Minijackson <minijackson@riseup.net> | 2021-08-09 10:37:16 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-08-09 10:37:16 +0200 |
commit | a1dc1d0d70715ca1ee5ebc953929735f7ef812c7 (patch) | |
tree | bb37d3eaa86929006b6da2783e6527e703b5bbdd /common/default.nix | |
parent | f2477c4476f1e8217eb6b72d18aff345f49c71db (diff) | |
download | nixos-config-reborn-a1dc1d0d70715ca1ee5ebc953929735f7ef812c7.tar.gz nixos-config-reborn-a1dc1d0d70715ca1ee5ebc953929735f7ef812c7.zip |
common: pin inputs in registry
Diffstat (limited to 'common/default.nix')
-rw-r--r-- | common/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix index b94f0dc..50ae168 100644 --- a/common/default.nix +++ b/common/default.nix | |||
@@ -25,4 +25,7 @@ inputs: | |||
25 | }) | 25 | }) |
26 | inputs.nur.overlay | 26 | inputs.nur.overlay |
27 | ]; | 27 | ]; |
28 | |||
29 | nix.registry = with lib; | ||
30 | mapAttrs (name: value: { flake = value; }) inputs; | ||
28 | } | 31 | } |