Jake Hamilton jakehamilton · they/he
jakehamilton commented on pull request auxolotl/labs#3 2024-06-18 16:36:22 +00:00
WIP: feat: Namespaced includes

What is the rationale for this being a submodule?

jakehamilton pushed to main at auxolotl/labs 2024-06-17 10:59:54 +00:00
8e9cb4fbe9 foundation/stage0: fix hex0 hashes for amd64 & arm64 (#2)
jakehamilton merged pull request auxolotl/labs#2 2024-06-17 10:59:53 +00:00
foundation/stage0: fix hex0 hashes for amd64 & arm64
jakehamilton commented on pull request auxolotl/templates#33 2024-06-16 20:40:50 +00:00
feat: NixOS template for new users

We probably don't want to be relying on anything in labs.

jakehamilton commented on pull request auxolotl/templates#33 2024-06-16 20:39:59 +00:00
feat: NixOS template for new users

Neat! I would mention that it is worth being extremely cautious introducing options, especially under the aux namespace. These are probably fine, but it is worth considering how things may shape…

jakehamilton approved auxolotl/labs#2 2024-06-16 20:36:03 +00:00
foundation/stage0: fix hex0 hashes for amd64 & arm64

Thank you for catching this!

jakehamilton commented on pull request auxolotl/labs#2 2024-06-16 20:35:34 +00:00
foundation/stage0: fix hex0 hashes for amd64 & arm64
jakehamilton pushed to main at auxolotl/infra 2024-06-16 15:49:49 +00:00
eb5fcf642c chore: update website
jakehamilton pushed to main at auxolotl/labs 2024-06-16 09:24:32 +00:00
9850da8aa9 fix: resolve issue with extending cross package
jakehamilton pushed to main at auxolotl/labs 2024-06-15 14:08:52 +00:00
0312e3c4cc feat: working gcc build
jakehamilton pushed to main at auxolotl/labs 2024-06-15 11:18:12 +00:00
6bd35bf4d5 feat: rich platform information
jakehamilton pushed to main at auxolotl/labs 2024-06-15 10:58:31 +00:00
1c67c40213 feat: cross compilation package set
jakehamilton pushed to main at auxolotl/labs 2024-06-15 09:35:47 +00:00
2989fdc4fe refactor: more elegant shorthand support
jakehamilton pushed to main at auxolotl/labs 2024-06-15 00:27:10 +00:00
aa1c58f6ee feat: support submodule longhand
jakehamilton pushed to main at auxolotl/labs 2024-06-14 14:01:22 +00:00
3713635d76 feat: simple builder
jakehamilton pushed to main at auxolotl/labs 2024-06-14 11:55:20 +00:00
b3f9fe574e refactor: enable foundation, standardize exports
jakehamilton pushed to main at auxolotl/labs 2024-06-14 11:47:58 +00:00
fea8c2cd9c feat: working package export
jakehamilton pushed to main at auxolotl/labs 2024-06-14 09:12:32 +00:00
cdc90a4656 refactor: potluck -> tidepool
jakehamilton pushed to main at auxolotl/labs 2024-06-14 08:41:00 +00:00
e1321add05 feat: dynamic cross packages generation
ea0ed58a7e feat: working module packages
Compare 2 commits »
jakehamilton commented on pull request auxolotl/labs#1 2024-06-14 05:23:10 +00:00
WIP: feat: support for x86_64-linux

Yea I'm wondering if we want to pull out the format and move it into a separate PR (maybe not worth the trouble here). We should also add something about formatting before each commit to our…