flake: fix eval of nixos configs

This commit is contained in:
Charlotte Van Petegem 2023-10-04 10:46:41 +02:00
parent ca58e4e9e6
commit b4af22f778
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -131,7 +131,7 @@
modules = commonModules ++ [
({ config, ... }:
{
nixpkgs.pkgs = import nixpkgs { inherit overlays system; config = config.nixpkgs.config; };
nixpkgs.overlays = overlays;
networking.hostName = name;
nix = {
extraOptions = "extra-experimental-features = nix-command flakes";