summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-02-18 00:42:46 -0500
committerLLLL Colonq <llll@colonq>2025-02-18 00:42:46 -0500
commit644e8cbe6d530bed00f0a3b8c11f20aff5acd7d7 (patch)
tree4666123e98a70e2df174e0fe3443ee7c91603adb /flake.nix
parentefa2b345a14a6b34f51671fff715ccf5d6d15559 (diff)
Add NEWTON_PATH to bundleAPI
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 57669da..351aaf3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -44,6 +44,7 @@
bundleAPI = pkgs.stdenv.mkDerivation {
name = "bundt-bundle-api";
src = ./.;
+ inherit NEWTON_PATH;
buildInputs = [
(purescript.command {})
pkgs.m4