Compare commits

..

1 Commits

Author SHA1 Message Date
Astro 649b4a6b99 artiq-fast: pin nixpkgs, use in artiq-board-generated+artiq-full
attempt at gitea issue #31
2021-03-11 21:05:02 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ fetchgit }:
import (fetchgit {
url = "https://github.com/nixos/nixpkgs.git";
# nixos-21.09 as of 2021-03-08
rev = "1c7f02b0b9f115ccbc122ce39ae99debc1af857a";
sha256 = "14sichs3hyg4ybcacvzglw97lg747y1ls5lsazv0n5yxv5w06l3d";
})