diff --git a/shell.nix b/shell.nix index 8eab046..7037736 100644 --- a/shell.nix +++ b/shell.nix @@ -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 # A random Nixpkgs revision *before* the default glibc