Skip to content

Commit

Permalink
reduce dependencies needed for installer image
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Dec 22, 2023
1 parent bfe14bf commit 990a1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
let
currentHostPlatform = { nixpkgs.hostPlatform = system; };
installerImage = inputs:
(self.lib.nixosSystem inputs { modules = [ ./hosts/installer/configuration.nix currentHostPlatform ]; }).config.system.build.isoImage;
(inputs.nixpkgs.lib.nixosSystem { modules = [ ./hosts/installer/configuration.nix currentHostPlatform ]; }).config.system.build.isoImage;
in {
inherit (pkgs) opentofu neovim-unwrapped;
installer-stable = installerImage stableInputs;
Expand Down

0 comments on commit 990a1e3

Please sign in to comment.