diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-12 13:46:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-12 13:46:21 +0200 |
| commit | 6211f8875c6781c3438ac6b4c8dea1789b823c95 (patch) | |
| tree | 3f1852228982f31ee3b6bebe790832eb2c41d674 /nixos/hosts | |
| parent | 8045f4aeadd72ceddcdc7a6e52f71a7d91c84f6e (diff) | |
Update configuration.nix
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/box/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/box/configuration.nix b/nixos/hosts/box/configuration.nix index 74b909c..7475dce 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, pkgs-unstable, ... }: { imports = [ |
