diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-21 15:46:26 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-21 15:46:26 +0100 |
commit | 47f8d03ecb9efe39045630a1ebdcbc1c5a8f424e (patch) | |
tree | 65a81ec4977960d222b0477a25ff3c20836f7780 /system-profiles/core/nixpkgs.nix | |
parent | 2b14d6d4f414b5692fa29685934096536e0a7e19 (diff) | |
download | nixos-47f8d03ecb9efe39045630a1ebdcbc1c5a8f424e.tar nixos-47f8d03ecb9efe39045630a1ebdcbc1c5a8f424e.tar.gz nixos-47f8d03ecb9efe39045630a1ebdcbc1c5a8f424e.tar.bz2 nixos-47f8d03ecb9efe39045630a1ebdcbc1c5a8f424e.tar.xz nixos-47f8d03ecb9efe39045630a1ebdcbc1c5a8f424e.zip |
funky NIX_PATH
Diffstat (limited to 'system-profiles/core/nixpkgs.nix')
-rw-r--r-- | system-profiles/core/nixpkgs.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
1 | args@{ | ||
2 | overlays ? import /run/nixpkgs-overlays.nix, | ||
3 | ... | ||
4 | }: | ||
5 | |||
6 | import /run/nixpkgs (args // { inherit overlays; }) | ||