From efa2b345a14a6b34f51671fff715ccf5d6d15559 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 18 Feb 2025 00:41:11 -0500 Subject: Actually what if we just included it in the API templates like we're supposed to :3 --- flake.nix | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 67550c2..57669da 100644 --- a/flake.nix +++ b/flake.nix @@ -86,22 +86,6 @@ cp -r dist/greencircle/deploy/* $out/ ''; }; - bundleThrowshade = pkgs.stdenv.mkDerivation { - name = "bundt-bundle-throwshade"; - src = ./.; - inherit NEWTON_PATH; - buildInputs = [ - (purescript.command {}) - pkgs.m4 - ]; - buildPhase = " - make deploy_throwshade - "; - installPhase = '' - mkdir -p $out - cp -r dist/throwshade/deploy/* $out/ - ''; - }; in { devShells.x86_64-linux.default = pkgs.mkShell { inherit NEWTON_PATH; @@ -122,7 +106,6 @@ bundleAPI bundleAuth bundleGreencircle - bundleThrowshade ; }; overlay = self: super: { -- cgit v1.2.3