summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-02-18 00:41:11 -0500
committerLLLL Colonq <llll@colonq>2025-02-18 00:41:11 -0500
commitefa2b345a14a6b34f51671fff715ccf5d6d15559 (patch)
tree20b7deaa20d52cf1417101bf65fa36ea00cf003f /flake.nix
parent5453326ffa7b59d5a414eb0b029667f3d9537793 (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.nix17
1 files changed, 0 insertions, 17 deletions
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: {