From 526c06b0f23ef102496be050d6b5b581459475e9 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 26 Apr 2025 08:59:08 +0200 Subject: refactor: import sources via top --- nixos/profiles/workstation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/profiles/workstation') diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index 0332200..833ce3c 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -2,7 +2,7 @@ let cfg = config.workstation; - sources = import ../../npins; + sources = import ; nixGit = import (pkgs.fetchFromGitHub { owner = "NixOS"; repo = "nix"; -- cgit v1.2.3