Skip to content

Commit 9349244

Browse files
Merge pull request #436 from nrdxp/fix-copy
fix: don't copy nixpkgs to the store needlessly
2 parents e3e2220 + cd613ef commit 9349244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos-modules/host/options.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
default = null;
3939
type = nullOr (lib.mkOptionType {
4040
name = "Toplevel NixOS config";
41-
merge = loc: defs: (import "${config.nixpkgs}/nixos/lib/eval-config.nix" {
41+
merge = loc: defs: (import "${toString config.nixpkgs}/nixos/lib/eval-config.nix" {
4242
modules =
4343
let
4444
extraConfig = ({ lib, ... }: {

0 commit comments

Comments
 (0)