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

[nix] remove unused default.nix

parent bfd37286
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ make
make install
```
Up-to-date dependencies and versions are fully defined in [batsched's CI nix recipe](./default.nix).
Up-to-date dependencies and versions are fully defined in [batsched's CI nix recipe](./release.nix).
Here is a quick (and probably outdated) list:
- decent clang/gcc and cmake
- zmq (C and C++)
......
let
kapack = import
( fetchTarball "https://github.com/oar-team/kapack/archive/master.tar.gz")
{ };
in
with kapack;
(batsched_dev.override {}).overrideAttrs (attrs: rec {
name = "batsched-1.4.0-nix-local";
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