aboutsummaryrefslogtreecommitdiff
path: root/overlays/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/default.nix')
-rw-r--r--overlays/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 9a03471..52fd0ee 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -16,7 +16,7 @@
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.unstable'
unstable-packages = final: _prev: {
- unstable = import inputs.nixpkgs-unstable {
+ unstable = import inputs.nixpkgs-small {
system = final.system;
config.allowUnfree = true;
};