flake: fix eval of nixos configs
This commit is contained in:
parent
ca58e4e9e6
commit
b4af22f778
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue