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 ++ [
|
modules = commonModules ++ [
|
||||||
({ config, ... }:
|
({ config, ... }:
|
||||||
{
|
{
|
||||||
nixpkgs.pkgs = import nixpkgs { inherit overlays system; config = config.nixpkgs.config; };
|
nixpkgs.overlays = overlays;
|
||||||
networking.hostName = name;
|
networking.hostName = name;
|
||||||
nix = {
|
nix = {
|
||||||
extraOptions = "extra-experimental-features = nix-command flakes";
|
extraOptions = "extra-experimental-features = nix-command flakes";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue