From 2365411258827bf70212a8e315a7127bb0789e79 Mon Sep 17 00:00:00 2001 From: spl3g Date: Sat, 13 Apr 2024 03:40:44 +0300 Subject: add some packages --- overlays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overlays/default.nix') 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; }; -- cgit v1.2.3