artiq-fast: pin nixpkgs, use in artiq-board-generated+artiq-full #49
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "astro/nix-scripts:pin-nixpkgs"
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?
Fixes gitea issue #31
Unfortunately, I was not able to access
<nixpkgs>/.git
for the same trick we use to pinartiqSrc
andsinaraSystemsSrc
. Therefore the pinning is static.If we're doing it that way (but I'm not sure that's the best way), then the hydra nixpkgs input should be removed.
Wouldn't flakes fix this in a better way?
That runs except for the initial
pkgs.fetchgit
to fetch the pinned nixpkgs.buitins.fetchGit
is not available in restricted mode.I'm playing with flakes excessively these weeks. hydra-unstable exhibits random regressions again...
Pull request closed