From f4c55e23fc7ca17f10bfcbd885ffedc8c6799bf9 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 4 Mar 2026 23:24:02 -0800 Subject: spontaneity build maybe? --- flake.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 21a91b6..432d2e9 100644 --- a/flake.nix +++ b/flake.nix @@ -173,8 +173,13 @@ cp -r $HOME/website_html/. $out/ }; in { - nixosConfigurations.installer = hyprnixmacs.nixosConfigurations.installer.extendModules { - specialArgs = { monorepoSelf = self; }; + nixosConfigurations = { + installer = hyprnixmacs.nixosConfigurations.installer.extendModules { + specialArgs = { monorepoSelf = self; }; + }; + spontaneity = hyprnixmacs.nixosConfigurations.spontaneity.extendModules { + specialArgs = { monorepoSelf = self; }; + }; }; checks."${system}" = { @@ -184,7 +189,9 @@ cp -r $HOME/website_html/. $out/ packages."${system}" = { website = website; installer = self.nixosConfigurations.installer.config.system.build.isoImage; + spontaneity = self.nixosConfigurations.spontaneity.config.system.build.toplevel; }; + devShells."${system}".default = with pkgs; mkShell { inherit (pre-commit-check) shellHook; buildInputs = [ -- cgit v1.3