forked from the-distro/ofborg
Pass the mozilla overlay to shell.nix's import
This commit is contained in:
parent
9be551f5e2
commit
0263690cda
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue