KFearsoff
  • Joined on 2025-09-08
KFearsoff commented on pull request auxolotl/foundation#15 2025-10-11 11:30:06 +00:00
WIP: implement lib.fetchTarball

I think we can nuke legacy hashes and just use SRI everywhere.

KFearsoff commented on pull request auxolotl/foundation#15 2025-10-11 11:30:06 +00:00
WIP: implement lib.fetchTarball

After having spent a day digging into cursed Nix builtins, I have some comments to make!

KFearsoff commented on pull request auxolotl/foundation#15 2025-10-11 11:30:05 +00:00
WIP: implement lib.fetchTarball

It seems that "unpack" actually means "treat downloaded thing as a NAR archive, optionally xz-compressed". Wow.

KFearsoff commented on pull request auxolotl/foundation#15 2025-10-11 11:30:05 +00:00
WIP: implement lib.fetchTarball

Meanwhile Nix-implementation devs: https://github.com/puckipedia/tarnix

KFearsoff commented on pull request auxolotl/foundation#15 2025-10-11 11:30:05 +00:00
WIP: implement lib.fetchTarball

Cursed: apparently, builtin:unpack-channel transparently handles bzip2, xz, lzma, gzip and other kinds of compression.

KFearsoff created pull request auxolotl/labs#38 2025-10-10 15:16:24 +00:00
docs: update build instructions and foundation
KFearsoff pushed to push-kuylrzylpowx at KFearsoff/labs 2025-10-10 15:16:02 +00:00
db5a8bd77a docs: update build instructions and foundation
a5b66548d3 gcc: add glibc to rpath (#36)
be0d6bc0e1 refactor: remove target (#31)
8174d3a494 fix lib.systems.validate.compatible (#35)
7f61482c7f refactor: use ftpmirror.gnu.org for gnu packages (#26)
Compare 10 commits »
KFearsoff created branch push-kuylrzylpowx in KFearsoff/labs 2025-10-10 15:16:01 +00:00
KFearsoff deleted branch push-rqmuozslxopz from KFearsoff/lib 2025-10-04 20:44:34 +00:00
KFearsoff commented on pull request auxolotl/labs#18 2025-10-04 18:56:27 +00:00
docs: add basic docs on Tidepool and its package sets

Feedback addressed!

KFearsoff pushed to push-wwltzsrwkyqz at KFearsoff/labs 2025-10-04 18:55:20 +00:00
ca5e9b303a docs: address PR feedback
KFearsoff commented on issue auxolotl/lib#4 2025-10-01 08:44:50 +00:00
Render doc-comments nicely

I haven't been able to find noogle source code :(

That said, I've had the following idea: fork nix-doc, give it special treatment of some of the sections (particularly, the # Type section),…

KFearsoff commented on pull request auxolotl/lib#3 2025-09-19 04:11:51 +00:00
migrate to RFC 145 doc-comments

Made a self-review. In the process, I've rolled back all actual documentation changes (now, the only changes left are to the comment format). I'll submit documentation changes I've got in a separate PR. I have also restored type signatures to use aliasing and anonymous types, similar to previous code.

KFearsoff pushed to push-rqmuozslxopz at KFearsoff/lib 2025-09-19 03:53:42 +00:00
97e4032e45 docs: migrate lib.types to doc-comments
53890afbd5 docs: migrate lib.strings to doc-comments
f76e162e21 docs: migrate lib.points to doc-comments
efca3387c5 docs: migrate lib.paths to doc-comments
202ceec461 docs: migrate lib.packages to doc-comments
Compare 17 commits »
KFearsoff commented on pull request auxolotl/lib#3 2025-09-14 22:23:10 +00:00
migrate to RFC 145 doc-comments

The diff is gigantic... I've tried a few options to at least display it in less noisy way (difftastic, mergiraf), but it still reads horribly. Doesn't look like there are parsers aware of this…

KFearsoff pushed to push-rqmuozslxopz at KFearsoff/lib 2025-09-14 21:53:30 +00:00
90de717e1b docs: migrate lib.types to doc-comments
e7419756f6 docs: migrate lib.strings to doc-comments
744e71c16e docs: migrate lib.points to doc-comments
c6ae292526 docs: migrate lib.paths to doc-comments
aae5219390 docs: migrate lib.packages to doc-comments
Compare 16 commits »
KFearsoff pushed to push-rqmuozslxopz at KFearsoff/lib 2025-09-14 21:41:00 +00:00
cfa96e7975 docs: migrate lib.attrs to doc-comments
KFearsoff opened issue auxolotl/lib#6 2025-09-14 13:55:30 +00:00
Include test cases as examples
KFearsoff opened issue auxolotl/lib#5 2025-09-14 13:21:01 +00:00
Provide partial compatibility layer with Nixpkgs