Pass the mozilla overlay to shell.nix's import

This commit is contained in:
Graham Christensen 2019-01-02 19:38:38 -05:00
parent 9be551f5e2
commit 0263690cda
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -1,4 +1,8 @@
{ pkgs ? import ./nix {}, useNix1 ? false }: { pkgs ? import ./nix {
overlays = [
(import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz))
];
}, useNix1 ? false }:
let let
# A random Nixpkgs revision *before* the default glibc # A random Nixpkgs revision *before* the default glibc