Default to building with nix2

Nix is now mostly used in its version 2, so let's switch to that.
This commit is contained in:
Léo Gaspard 2018-05-04 15:52:33 +02:00
parent 2318765308
commit aeaf93b9f4
No known key found for this signature in database
GPG key ID: 8A55848B6090F9CF

View file

@ -1,4 +1,4 @@
{ pkgs ? import ./nix {}, useNix1 ? true }:
{ pkgs ? import ./nix {}, useNix1 ? false }:
let
inherit (pkgs) stdenv;