diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-18 00:42:46 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-18 00:42:46 -0500 |
| commit | 644e8cbe6d530bed00f0a3b8c11f20aff5acd7d7 (patch) | |
| tree | 4666123e98a70e2df174e0fe3443ee7c91603adb /flake.nix | |
| parent | efa2b345a14a6b34f51671fff715ccf5d6d15559 (diff) | |
Add NEWTON_PATH to bundleAPI
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ bundleAPI = pkgs.stdenv.mkDerivation { name = "bundt-bundle-api"; src = ./.; + inherit NEWTON_PATH; buildInputs = [ (purescript.command {}) pkgs.m4 |
