summaryrefslogtreecommitdiff
path: root/nixos/hosts/hamac
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts/hamac')
-rw-r--r--nixos/hosts/hamac/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/hosts/hamac/default.nix b/nixos/hosts/hamac/default.nix
index 9c4bde6..523b7d6 100644
--- a/nixos/hosts/hamac/default.nix
+++ b/nixos/hosts/hamac/default.nix
@@ -2,7 +2,12 @@
{ config, lib, pkgs, ... }:
+let
+ sources = import <top/npins>;
+ pkgs-unstable = import sources.nixpkgs-unstable {};
+in
{
+ _module.args = { inherit pkgs-unstable; };
imports = [
./hardware-configuration.nix
<top/profiles/workstation>