diff options
Diffstat (limited to 'common/default.nix')
-rw-r--r-- | common/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/default.nix b/common/default.nix index 2d3b33c..c2caaaf 100644 --- a/common/default.nix +++ b/common/default.nix | |||
@@ -18,5 +18,6 @@ inputs: | |||
18 | (final: prev: { | 18 | (final: prev: { |
19 | unstable = inputs.nixpkgs-unstable.legacyPackages.${config.nixpkgs.system}; | 19 | unstable = inputs.nixpkgs-unstable.legacyPackages.${config.nixpkgs.system}; |
20 | }) | 20 | }) |
21 | inputs.nur.overlay | ||
21 | ]; | 22 | ]; |
22 | } | 23 | } |