Skip to content

Commit 37144d5

Browse files
committed
fix: migrate special args
1 parent fd6c15c commit 37144d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake/config.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ in
2020
];
2121
};
2222
systemConfigs.default = inputs.system-manager.lib.makeSystemConfig {
23-
extraSpecialArgs = specialArgs;
23+
inherit specialArgs;
2424
modules = [
2525
../modules
2626
../options

0 commit comments

Comments
 (0)