Commit 20e86c92 authored by Guillaume Chérel's avatar Guillaume Chérel Committed by Alexandre Delanoë

[FIX] nix shell build.

parent d3c2cfac
Pipeline #1269 canceled with stage
{ ghc
, pkgs ? import ./pinned.nix {}
, pkgs ? import ./pinned-20.09.nix {}
}:
let
buildInputs = with pkgs; [
......
# 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";
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment