Improve style of inherit

This commit is contained in:
SebastianStork 2024-05-20 19:56:00 +02:00
parent 251c663781
commit 105474b0df

View file

@ -43,8 +43,7 @@
nixosConfigurations = { nixosConfigurations = {
north = nixpkgs.lib.nixosSystem { north = nixpkgs.lib.nixosSystem {
specialArgs = { specialArgs = {
inherit self; inherit self inputs;
inherit inputs;
}; };
modules = [ modules = [
./hosts/north ./hosts/north
@ -53,8 +52,7 @@
}; };
inspiron = nixpkgs.lib.nixosSystem { inspiron = nixpkgs.lib.nixosSystem {
specialArgs = { specialArgs = {
inherit self; inherit self inputs;
inherit inputs;
}; };
modules = [ modules = [
./hosts/inspiron ./hosts/inspiron