fix(overlays): Just use default

This commit is contained in:
Jalil David Salamé Messina 2024-01-17 00:51:21 +01:00
parent bb712f6a31
commit a4a49d363b
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -68,7 +68,7 @@
# Nix files formatter (run `nix fmt`) # Nix files formatter (run `nix fmt`)
formatter = forEachSupportedSystem ({ pkgs, ... }: pkgs.nixpkgs-fmt); formatter = forEachSupportedSystem ({ pkgs, ... }: pkgs.nixpkgs-fmt);
overlays = forEachSupportedSystem ({ system, ... }: home-config.overlays.${system}); overlays = { inherit (home-config.overlays) default; };
# Example vm configuration # Example vm configuration
nixosConfigurations.vm = nixosConfigurations.vm =