diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-18 00:41:11 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-18 00:41:11 -0500 |
| commit | efa2b345a14a6b34f51671fff715ccf5d6d15559 (patch) | |
| tree | 20b7deaa20d52cf1417101bf65fa36ea00cf003f /flake.nix | |
| parent | 5453326ffa7b59d5a414eb0b029667f3d9537793 (diff) | |
Actually what if we just included it in the API templates like we're
supposed to :3
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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: { |
