Jake Hamilton jakehamilton · they/he
jakehamilton pushed to feat/transient-deps at auxolotl/labs 2024-07-05 01:01:39 +00:00
9315751220 refactor(format): apply formatting
b414e151e6 feat: export linux-headers
Compare 2 commits »
jakehamilton pushed to feat/transient-deps at auxolotl/labs 2024-07-05 00:36:41 +00:00
af571a03a4 refactor: minor cleanup
jakehamilton pushed to feat/transient-deps at auxolotl/labs 2024-07-05 00:33:09 +00:00
e76e67fe58 feat: apply platform to deps inside submodules
jakehamilton pushed to feat/transient-deps at auxolotl/labs 2024-07-03 19:35:04 +00:00
7385b21950 refactor: only support i686-linux for foundation gcc
bd51f4a088 fix: cross-platform deps
0e03546da5 fix: remove failing build args
1f7ab7d09c refactor: make dependencies dynamically built per-package
aa0fd6128b feat: working transient deps
Compare 5 commits »
jakehamilton commented on pull request auxolotl/infra#6 2024-06-29 19:19:29 +00:00
feat(keys): Add coded SSH keys for infra

Commenting here to ACK that I saw this 👍

jakehamilton created branch feat/transient-deps in auxolotl/labs 2024-06-24 21:37:47 +00:00
jakehamilton pushed to feat/transient-deps at auxolotl/labs 2024-06-24 21:37:47 +00:00
2be3111b2c wip: working single dependency reference via coercion
jakehamilton pushed to main at auxolotl/labs 2024-06-23 18:39:33 +00:00
8233d4aedf use correct name for topological sort (#5)
jakehamilton merged pull request auxolotl/labs#5 2024-06-23 18:39:31 +00:00
use correct name for topological sort
jakehamilton approved auxolotl/labs#5 2024-06-23 18:39:20 +00:00
use correct name for topological sort

D'oh! Thank you for catching this. Not sure why my brain decided to cross those wires 😅

jakehamilton merged pull request auxolotl/labs#4 2024-06-23 17:32:12 +00:00
Fix non-deterministic "missing: Permission denied" errors
jakehamilton pushed to main at auxolotl/labs 2024-06-23 17:32:12 +00:00
a2f0a06426 Fix non-deterministic "missing: Permission denied" errors (#4)
jakehamilton approved auxolotl/labs#4 2024-06-23 17:32:01 +00:00
Fix non-deterministic "missing: Permission denied" errors

Thanks for digging into this!

jakehamilton pushed to main at auxolotl/labs 2024-06-22 17:58:49 +00:00
a707b0f06b refactor: format all nix code
jakehamilton pushed to main at auxolotl/labs 2024-06-22 17:56:24 +00:00
3479354ec9 refactor: add formatting script
jakehamilton pushed to main at auxolotl/labs 2024-06-22 17:43:52 +00:00
403420fd4b fix: missing semicolon
jakehamilton pushed to main at auxolotl/labs 2024-06-22 16:11:40 +00:00
9316874396 fix: add missing prefix for submodules, incorrect var name
dc2ce818b8 feat: apply dag defaults
69a8760bd3 feat: working linux-headers build
Compare 3 commits »
jakehamilton commented on pull request auxolotl/labs#3 2024-06-19 19:02:52 +00:00
WIP: feat: Namespaced includes

Oh weird, I thought I made this comment around like 216 where lib.types.submodules.of was used. Sorry for the confusion.

I think that all makes sense, thanks for the informative answer! One…

jakehamilton commented on pull request auxolotl/labs#3 2024-06-18 16:36:23 +00:00
WIP: feat: Namespaced includes

Can we extract the builtins.map doNamespace flattened bit to a variable so that this value is easier to read? Something like builtins.seq throwOnConflict namespacedModules might make it easier to understand.

jakehamilton commented on pull request auxolotl/labs#3 2024-06-18 16:36:23 +00:00
WIP: feat: Namespaced includes

nit: maybe a name like createNamespacedModule would be informative here?