From 2a9cccc98bd1a8b0019b858aa4f9c21c7efb8b0b Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 15 Jan 2024 13:21:14 +0900 Subject: project!: disambiguate nix,nixpkgs options --- home/profiles/research/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/research/default.nix') diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix index 06fb14f..12afc0b 100644 --- a/home/profiles/research/default.nix +++ b/home/profiles/research/default.nix @@ -3,7 +3,7 @@ let cfg = config.profiles.research; in { - imports = [ ../../modules/programs/nixpkgs ]; + imports = [ ../../../modules/nixpkgs.nix ]; options.profiles.research = { enable = lib.mkEnableOption -- cgit 1.4.1