▾ modified flake.nix +4 -2 Viewed
@@ -374,8 +374,10 @@ 374 374 # too. nixGL for the same reason the launcher reaches for it — see 375 375 # frqScript. babashka because scripts/bb prefers one on PATH, and 376 376 # inside here that should be this one rather than a second copy 377 - # built through `.#bb`. 378 - packages = [ jolt pkgs . babashka ( nixGLFor pkgs ) ] ; 377 + # built through `.#bb`. just so the recipe runner comes from here 378 + # too rather than the host — `nix develop` and then `just run` is 379 + # the whole of what a machine with nix needs. 380 + packages = [ jolt pkgs . babashka pkgs . just ( nixGLFor pkgs ) ] ; 379 381 380 382 # Read by scripts/run.bb rather than baked into a wrapper: the frq 381 383 # source `just run` runs is the working tree, so the launcher has
@@ -374,8 +374,10 @@ 374 # too. nixGL for the same reason the launcher reaches for it — see 374 # too. nixGL for the same reason the launcher reaches for it — see 375 # frqScript. babashka because scripts/bb prefers one on PATH, and 375 # frqScript. babashka because scripts/bb prefers one on PATH, and 376 # inside here that should be this one rather than a second copy 376 # inside here that should be this one rather than a second copy 377 - # built through `.#bb`. 377 + # built through `.#bb`. just so the recipe runner comes from here 378 - packages = [ jolt pkgs . babashka ( nixGLFor pkgs ) ] ; 378 + # too rather than the host — `nix develop` and then `just run` is 379 + # the whole of what a machine with nix needs. 380 + packages = [ jolt pkgs . babashka pkgs . just ( nixGLFor pkgs ) ] ; 379 381 380 # Read by scripts/run.bb rather than baked into a wrapper: the frq 382 # Read by scripts/run.bb rather than baked into a wrapper: the frq 381 # source `just run` runs is the working tree, so the launcher has 383 # source `just run` runs is the working tree, so the launcher has