{ nixos-generators, defaultSpecialArgs, pkgs, shell-library, ... }: { iso = nixos-generators.nixosGenerate { system = "x86_64-linux"; specialArgs = defaultSpecialArgs; modules = [ ../../hosts/marduk ]; format = "install-iso"; }; install = import ../../bootstrap/install { inherit pkgs shell-library ; }; activate = import ../../bootstrap/activate { inherit pkgs shell-library ; }; setup = import ../../bootstrap/setup { inherit pkgs shell-library ; }; config_setup = import ../../bootstrap/config_setup { inherit pkgs shell-library ; }; }