# 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/"; # Last commit hash for nixos-unstable # `git ls-remote https://github.com/nixos/nixpkgs-channels nixos-20.09` ref = "refs/heads/nixos-20.09"; rev = "19db3e5ea2777daa874563b5986288151f502e27"; })