unneeded inherit

This commit is contained in:
Mohamed Chrayed 2024-08-10 14:59:14 +02:00
parent e472bbcc80
commit dcb7d828da

View File

@ -21,7 +21,7 @@
in {
nixosConfigurations = {
${host} = lib.nixosSystem {
inherit system host;
inherit system;
specialArgs = { inherit pkgs-stable; };
modules = [
./hosts/${host}/system-imports.nix