aboutsummaryrefslogtreecommitdiff
path: root/nixos/hosts/hamac
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-02-21 12:01:04 +0100
committerMartin Fischer <martin@push-f.com>2026-02-21 19:19:32 +0100
commit79fbd668240549a837f09cabb81df387ba18562b (patch)
treedc682677dbe102fb56f4b4bc6a37587595686cc6 /nixos/hosts/hamac
parent8aac00d135764626b175c32b01a6257646676d64 (diff)
refactor: use nixos-unstable rather than nixpkgs-unstable
Sometimes using an unstable package also requires the unstable NixOS module.
Diffstat (limited to 'nixos/hosts/hamac')
-rw-r--r--nixos/hosts/hamac/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/hamac/default.nix b/nixos/hosts/hamac/default.nix
index bb09832..0815373 100644
--- a/nixos/hosts/hamac/default.nix
+++ b/nixos/hosts/hamac/default.nix
@@ -4,7 +4,7 @@
let
sources = import <top/npins>;
- pkgs-unstable = import sources.nixpkgs-unstable {};
+ pkgs-unstable = import sources.nixos-unstable {};
in
{
_module.args = { inherit pkgs-unstable; };