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

Merge remote-tracking branch 'inria'

parents 9c21d5d1 4e2205ad
No related branches found
No related tags found
No related merge requests found
let
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/18.03.tar.gz") {};
kapack = import
( fetchTarball "https://github.com/oar-team/kapack/archive/master.tar.gz")
{ inherit pkgs; };
{ };
in
with kapack;
with pkgs;
(batsched_dev.override {}).overrideAttrs (attrs: rec {
name = "batsched-1.4.0-nix-local";
src = ../.;
src = ./.;
enableParallelBuilding = true;
doCheck = false;
dontStrip = true;
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment