missing ]

This commit is contained in:
2026-03-03 01:57:19 +01:00
parent d1447ad36d
commit 82468ee9f5

View File

@@ -1,6 +1,6 @@
{ ... }: { { ... }: {
flake.nixosModules.nix-settings = { flake.nixosModules.nix-settings = {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ; nix.settings.experimental-features = [ "nix-command" "flakes" ];
}; };
} }