chore(3p/nix): Use packages from depot tree

This commit is contained in:
Vincent Ambo 2020-05-17 16:27:36 +01:00
parent 939cec746e
commit c94ef8d00b
3 changed files with 28 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{ nix ? builtins.fetchGit ./.
, nixpkgs ? builtins.fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz
, nixpkgs ? (import <nixpkgs> {}).third_party
, officialRelease ? false
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
}: