5225225 · it/its
  • Joined on 2025-10-02
5225225 commented on pull request auxolotl/labs#61 2026-02-08 12:08:38 +00:00
feat: introduce starting pieces for nixpkgs-compat library

looks good !

i think vendoring a copy of https://github.com/NixOS/nixpkgs/blob/master/lib/tests/misc.nix and commenting out the tests that don't work yet, then incrementally uncommenting stuff…

5225225 opened issue auxolotl/lib#16 2026-02-02 21:45:35 +00:00
What to do about or-as-identifier, long term?
5225225 created pull request auxolotl/lib#15 2026-02-02 21:41:47 +00:00
Fix lix warnings for using "or" as an identifier
5225225 pushed to fix-lix-warnings at 5225225/lib 2026-02-02 21:39:31 +00:00
ac64c30345 Fix lix warnings for using "or" as an identifier
5225225 created branch fix-lix-warnings in 5225225/lib 2026-02-02 21:39:31 +00:00
5225225 created repository 5225225/lib 2026-02-02 21:39:10 +00:00
5225225 commented on pull request auxolotl/labs#57 2025-12-03 18:08:40 +00:00
tidepool: some work towards successfully doing a strict eval

reverted just that change

5225225 pushed to fix-some-eval-issues at 5225225/labs 2025-12-03 18:08:07 +00:00
444373b28c revert change of build/host platform
5225225 commented on pull request auxolotl/labs#57 2025-12-03 12:01:55 +00:00
tidepool: some work towards successfully doing a strict eval

this is the most dubious change, but also i don't know how this worked before?

5225225 created pull request auxolotl/labs#57 2025-12-03 11:57:49 +00:00
tidepool: some work towards successfully doing a strict eval
5225225 pushed to fix-some-eval-issues at 5225225/labs 2025-12-03 11:55:20 +00:00
3ee68421db tidepool: some work towards successfully doing a strict eval
5225225 created branch fix-some-eval-issues in 5225225/labs 2025-12-03 11:55:10 +00:00
5225225 created repository 5225225/labs 2025-12-03 11:54:41 +00:00
5225225 created pull request auxolotl/foundation#35 2025-12-03 10:31:23 +00:00
make check-reproducability.sh work again
5225225 pushed to fix-check-repo at 5225225/foundation 2025-12-03 10:26:43 +00:00
166804dec3 make check-reproducability.sh work again
81f071f1ec fix: Build tcc-musl through an intermediate stage
d4efe9b6ad fix: Replace unsound TCC array type patch
c584232c96 fixup! Assert that foundation supports bootstrapping for the configured system
5f7e04dbd9 update README
Compare 10 commits »
5225225 created branch fix-check-repo in 5225225/foundation 2025-12-03 10:26:30 +00:00
5225225 commented on pull request auxolotl/foundation#11 2025-10-25 00:14:49 +00:00
feat: assert configured system is supported

the check reproducibility script needs changing anyways because of

error: expected flake output attribute 'packages.i686-linux.extend' to be a derivation or path but found a function

and…

5225225 commented on pull request auxolotl/labs#45 2025-10-24 23:45:08 +00:00
Use structuredAttrs

yeah, x86_64-linux python builds fine for me

5225225 deleted branch fix-bash-repro from 5225225/foundation 2025-10-23 21:45:32 +00:00
5225225 created pull request auxolotl/foundation#27 2025-10-20 15:57:35 +00:00
bash stage1: set HEREDOC_PIPESIZE explicitly to fix non-reproducability