pinned-20.09.nix 417 Bytes
Newer Older
1 2 3 4 5 6 7 8
# this version of nixpkgs contains liblapack at ?
# this version of nixpkgs contains gsl at ?
import (builtins.fetchGit {
  # Descriptive name to make the store path easier to identify
  name = "nixos-20.09";
  url = "https://github.com/nixos/nixpkgs/";
  # `git ls-remote https://github.com/nixos/nixpkgs-channels nixos-20.09`
  ref = "refs/heads/nixos-20.09";
9
  rev = "69f3a9705014ce75b0489404210995fb6f29836e";
10
})