diff options
author | Martin Fischer <martin@push-f.com> | 2025-04-26 08:59:08 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-04-26 08:59:08 +0200 |
commit | 526c06b0f23ef102496be050d6b5b581459475e9 (patch) | |
tree | 2500c97dc5d29ea27dde974dbb64c51513d84ef3 /nixos/profiles/common | |
parent | 940fb56e7e450b7da56cc333d17ab0edb4cd1d0f (diff) |
refactor: import sources via top
Diffstat (limited to 'nixos/profiles/common')
-rw-r--r-- | nixos/profiles/common/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/profiles/common/default.nix b/nixos/profiles/common/default.nix index 2b07724..a508a32 100644 --- a/nixos/profiles/common/default.nix +++ b/nixos/profiles/common/default.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: let - sources = import ../../npins; + sources = import <top/npins>; in { imports = [ |