diff options
Diffstat (limited to 'nixos/hosts/hamac')
-rw-r--r-- | nixos/hosts/hamac/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/hamac/default.nix b/nixos/hosts/hamac/default.nix index 08caa51..d32ea58 100644 --- a/nixos/hosts/hamac/default.nix +++ b/nixos/hosts/hamac/default.nix @@ -1,7 +1,7 @@ # See the configuration.nix(5) man page and the NixOS manual (accessible by running `nixos-help`). let - sources = import ../../npins; + sources = import <top/npins>; pkgs-unstable = import sources.nixpkgs-unstable {}; in { config, lib, pkgs, ... }: |