Skip to content

Commit

Permalink
nixos-modules/host: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jan 21, 2024
1 parent e7580e2 commit f07dd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-modules/host/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ in
};
in [
extraConfig
./microvm
../microvm
] ++ (map (x: x.value) defs);
prefix = [ "microvm" "vms" name "config" ];
inherit (config) specialArgs pkgs;
Expand Down

0 comments on commit f07dd64

Please sign in to comment.