Shea Levy
Shea Levy
Had this issue with Nix 2.11, working now with 2.12.
What are the next steps here? Does someone need to write a formal RFC?
The problem with this is that NixOS currently requires the uids to be available at eval time. That's not a fundamental restriction if we're fine with setting up `passwd` some...
uids are managed in `users.extraUsers..uid`, which is then interpolated in the script that builds /etc/passwd upstream. There's no hook to build `passwd` yourself.
@tj90241 Is your workaround still working? Any chance you can share the scripts?
Thanks @zyansheep! I think a few things I'll want to do with the docs based on what you have here and some feedback from @ddbeck: - Reserve "name" for the...
https://lists.zx2c4.com/pipermail/password-store/2022-September/004651.html
/benchmark plutus-benchmark:validation
Is there a reason we pass arguments through `f-plugin-opts` instead of an argument to `compile`?
Hmm, OK. So I guess I could write all my Plutus code in (something with a nicer interface implemented on top of) a `ReaderT (forall a. a -> a ->...