apply Mozilla nixpkgs overlay more thoroughly

pull/69/head
Sebastien Bourdeauducq 2021-09-12 18:35:03 +08:00
parent 3fea3066ac
commit 07620ae716
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
let
pkgs = import <nixpkgs> {};
pkgs = import <nixpkgs> { overlays = [ (import ./artiq-fast/mozilla-overlay.nix) ]; };
artiqSrc = <artiqSrc>;
generatedNix = pkgs.runCommand "generated-nix" { buildInputs = [ pkgs.nix pkgs.git ]; }
# keep in sync with artiq-fast/pkgs/artiq-version.nix

View File

@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> {}
{ pkgs ? import <nixpkgs> { overlays = [ (import ./artiq-fast/mozilla-overlay.nix) ]; }
, a6p ? <a6p>
}: