pin nixpkgs version in channel expression #31
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These issues can probably be fixed by pinning the exact nixpkgs version when generating the channel expression.
The artiq nixpkgs should be accessible from outside (e.g. as
artiq-full.pkgs
) so that other packages can be installed from the same version. It should also be possible to easily override the nixpkgs version used by artiq-full when importing it.The ARTIQ manual should be updated accordingly.
Or maybe this:
https://www.tweag.io/blog/2020-05-25-flakes/
...which would potentially also avoid the generatedNix hack currently in use here.
Fixed with flakes in 7.