diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-04-13 03:40:44 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:56:39 +0300 |
| commit | 2365411258827bf70212a8e315a7127bb0789e79 (patch) | |
| tree | 6bedd21306b691db4a9d64f67906a3c52ea3aa55 /overlays | |
| parent | 64dffd3951e8e9bac6562e91eba4f02791c890d8 (diff) | |
add some packages
Diffstat (limited to 'overlays')
| -rw-r--r-- | overlays/default.nix | 2 |
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; }; |
