Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oomfiee committed Sep 29, 2024
1 parent a641be6 commit 2a7920e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Hosts/isoimage/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ pkgs, modulesPath, lib, config, ... }:
{ pkgs, modulesPath, lib, config, systemSettings, ... }:

{
imports = [
Expand Down
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,14 @@ outputs = { self, nixpkgs, nixpkgs-stable, home-manager, arkenfox, lobster, styl
system = "x86_64-linux";
modules = [
./Hosts/isoimage
{
extraSpecialArgs = {
inherit inputs;
inherit systemSettings;
inherit userSettings;
inherit pkgs-stable;
};
}
];
format = "iso";
};
Expand Down

0 comments on commit 2a7920e

Please sign in to comment.