Skip to content
Snippets Groups Projects
Commit 851a9df6 authored by Millian Poquet's avatar Millian Poquet
Browse files

[ci] default.nix: do not override kapack's pkgs

parent 9d8dba1d
No related branches found
No related tags found
No related merge requests found
let let
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/18.03.tar.gz") {}; pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/18.03.tar.gz") {};
kapack = import kapack = import
( fetchTarball "https://github.com/oar-team/kapack/archive/master.tar.gz") ( fetchTarball "https://github.com/oar-team/kapack/archive/master.tar.gz") {};
{ inherit pkgs; };
in in
let let
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment