We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3e2220 + cd613ef commit 9349244Copy full SHA for 9349244
nixos-modules/host/options.nix
@@ -38,7 +38,7 @@
38
default = null;
39
type = nullOr (lib.mkOptionType {
40
name = "Toplevel NixOS config";
41
- merge = loc: defs: (import "${config.nixpkgs}/nixos/lib/eval-config.nix" {
+ merge = loc: defs: (import "${toString config.nixpkgs}/nixos/lib/eval-config.nix" {
42
modules =
43
let
44
extraConfig = ({ lib, ... }: {
0 commit comments