Skip to content

Commit

Permalink
chore(repo): lehmanatorSystem formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehmanator committed Apr 27, 2024
1 parent 0e14311 commit 1798aae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/flake/lehmanatorSystem.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
user ? "sam",
...
}: let
lehmanatorSystem = inputs.nixpkgs.lib.makeOverridable ({
lehmanatorSystem = inputs.nixos.lib.makeOverridable ({
modules ? [],
baseModules ? [],
installer ? {},
Expand All @@ -14,7 +14,7 @@
#inherit (self) inputs;
},
}: let
selfSystem = inputs.nixpkgs.lib.nixosSystem {
selfSystem = inputs.nixos.lib.nixosSystem {
specialArgs = {
inherit inputs self user;
#inherit (self) inputs;
Expand All @@ -34,7 +34,7 @@
nixpkgs.buildPlatform =
selfSystem.config.nixpkgs.buildPlatform;
}
(inputs.nixpkgs.lib.optionalAttrs
(inputs.nixos.lib.optionalAttrs
(selfSystem.config.system.build ? diskoScript) {
system.build.installDiskoScript =
selfSystem.config.system.build.diskoScript;
Expand Down

0 comments on commit 1798aae

Please sign in to comment.