Merge pull request #172 from Ekleog/default-nix-2

Default to building with nix2
This commit is contained in:
Graham Christensen 2018-05-04 11:44:17 -04:00 committed by GitHub
commit 38b26e6566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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