Graham Christensen
Graham Christensen
Thanks for the report, @mirosval. For some background, nix-installer doesn't support upgrading to make the uninstall process as reliable as possible. Since we write out a receipt, we preserve the...
It is hard to know if something intentionally or doesn't intentionally support a platform. For example: https://github.com/NixOS/nixpkgs/pull/31737/commits broke support unintentionally on _all_ platforms. Because we test on every platform automatically,...
Ok, I can see the value here. However, I find it much less valuable compared to #2, just fwiw. I think the error messages from Darwin are not so bad...
One way that would make more sense to me is switching to an aggregated reply method, combined with detecting that the package is not supported. Then a reply could look...
cc @lnl7 how is the sandboxing coming along? Will it backport to 17.09?
Solved via https://github.com/DeterminateSystems/flakehub-push/pull/228, thank you!
Hi @aleksdmladenovic, thanks for the issue. That is a remnant from when we were first developing and testing the magic nix cache, and we don't really use it / should...
Currently, FlakeHub deliberately does not support impure flakes. What is the devenv use case that requires impure flakes?
Hrm. I’m afraid this doesn’t give us much to go on. Can you give more details? On Wed, Oct 18, 2023, at 6:14 AM, AFI4711 wrote: > > > Error...
Hey folks, I just gave this a try and unfortunately I can't reproduce. I copied the above exactly, with the below flake.lock and it builds without error. Can you provide...