Commit Graph

14 Commits

Author SHA1 Message Date
HigherOrderLogic
4be83f7387 flow-control: set __structuredAttrs and strictDeps 2026-07-27 16:14:47 +00:00
HigherOrderLogic
b31e3c3896 flow-control: switch update script to nix-update-script 2026-07-27 16:14:46 +00:00
HigherOrderLogic
17d3fdd6d7 flow-control: switch to zig.fetchDeps 2026-07-27 16:14:46 +00:00
Ryan Whelchel
32d462c269 flow-control: 0.7.0 -> 0.7.2
use ReleaseFast to match upstream
2026-02-15 14:01:26 -05:00
Ryan Whelchel
06b99860a5 flow-control: 0.6.0 -> 0.7.0 2026-02-14 10:55:42 -05:00
Jörg Thalheim
68b5fdce2d treewide: zig packages: move dep linking to postConfigure
Commit e20232eab6 moved ZIG_GLOBAL_CACHE_DIR setup from an
addEnvHooks call into zigConfigurePhase. This broke all zig packages
that referenced $ZIG_GLOBAL_CACHE_DIR in postPatch or postUnpack,
since that variable is no longer set until configurePhase runs.

Move the symlink creation to postConfigure for all affected packages.
2026-02-08 20:04:22 +01:00
Jared Baur
9e62b36a66 flow-control: use new zig setup-hook 2026-01-09 14:08:08 -08:00
Ihar Hrachyshka
c539fa85e3 treewide: remove remaining 'with [a-zA-Z]*lib;' from pkgs
Partial #208242
2026-01-06 20:47:21 -05:00
Jost Alemann
c667e2d47a flow-control: 0.5.0 -> 0.6.0
Changelog: https://github.com/neurocyte/flow/releases/tag/v0.6.0
Diff: https://github.com/neurocyte/flow/compare/v0.5.0...v0.6.0
2025-12-19 07:56:41 +01:00
Jost Alemann
7c97933060 flow-control: 0.4.0 -> 0.5.0
Changelog: https://github.com/neurocyte/flow/releases/tag/v0.5.0
Diff: https://github.com/neurocyte/flow/compare/v0.4.0...v0.5.0
2025-08-03 22:52:19 +02:00
DoM
61828ef2da flow-control: 0.3.2 -> 0.4.0
Changelog: https://github.com/neurocyte/flow/releases/tag/v0.4.0
Diff: https://github.com/neurocyte/flow/compare/v0.3.2...v0.4.0
2025-07-18 23:29:10 +02:00
DoM
3d80e19445 flow-control: Fix update.sh
Add missing wget
Update package name
mv result of zon2nix
2025-07-18 23:06:23 +02:00
Silvan Mosberger
b68cc636d3 treewide: Remove nixfmt-rfc-style from update script shebangs
Based on the Nixpkgs used and the version of nixfmt-rfc-style in that
version, it's likely that not the correct version is used.

Update scripts should instead run within a Nixpkgs development shell
(`nix-shell`/`nix develop`/`direnv`), where the correct version of
`nixfmt` (although `treefmt` should be preferred) is always available.
2025-07-15 23:27:22 +02:00
Heitor Augusto
3fd5825a52 flow-editor: rename to flow-control 2025-03-15 15:45:14 -03:00