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 = {
north = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit self;
inherit inputs;
inherit self inputs;
};
modules = [
./hosts/north
@ -53,8 +52,7 @@
};
inspiron = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit self;
inherit inputs;
inherit self inputs;
};
modules = [
./hosts/inspiron