From 47f8d03ecb9efe39045630a1ebdcbc1c5a8f424e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 21 Mar 2023 15:46:26 +0100 Subject: funky NIX_PATH --- system-profiles/core/nixpkgs.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 system-profiles/core/nixpkgs.nix (limited to 'system-profiles/core/nixpkgs.nix') diff --git a/system-profiles/core/nixpkgs.nix b/system-profiles/core/nixpkgs.nix new file mode 100644 index 00000000..43bdae4d --- /dev/null +++ b/system-profiles/core/nixpkgs.nix @@ -0,0 +1,6 @@ +args@{ + overlays ? import /run/nixpkgs-overlays.nix, + ... +}: + +import /run/nixpkgs (args // { inherit overlays; }) -- cgit v1.2.3