- https://jakehamilton.dev
- Joined on
2024-05-21
nixpkgs has them the other way around:
d850b620ed/pkgs/os-specific/linux/minimal-bootstrap/stage0-posix/hex0.nix (L12)
Oh my…
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…
Currently I'm formatting with
nixfmt-rfc-style
since no formatter is specified, let me know if you would like me to reformat with another formatter.
This is fine, though it's made the PR a…
Currently I'm formatting with nixfmt-rfc-style since no formatter is specified, let me know if you would like me to reformat with another formatter.
[This is the correct thing to…
Pretty much all of the packages from stage1
and beyond are restricted to i686-linux
. I don't think that adding the extra system here will do much unless we modify packages to build properly on x86_64-linux
and set their meta.platforms
to include the new system.
potluck
isn't ready to be used by anything just yet, I'm currently working out issues with the module system (there seems to be some trouble around submodules). Can we revert the changes in…