fix(overlays): Just use default
This commit is contained in:
parent
bb712f6a31
commit
a4a49d363b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
# Nix files formatter (run `nix fmt`)
|
||||
formatter = forEachSupportedSystem ({ pkgs, ... }: pkgs.nixpkgs-fmt);
|
||||
|
||||
overlays = forEachSupportedSystem ({ system, ... }: home-config.overlays.${system});
|
||||
overlays = { inherit (home-config.overlays) default; };
|
||||
|
||||
# Example vm configuration
|
||||
nixosConfigurations.vm =
|
||||
|
|
Loading…
Reference in a new issue