1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# The contents of //third_party.
#
# This is a *namespace* file: it names every package in this directory
# explicitly. See //README.md for the two rules that govern the layout of this
# repository.
{ ... }@args:
{
nixpkgs = import ./nixpkgs args;
rust-crates = import ./rust-crates args;
overlays = {
haskell = import ./overlays/haskell args;
};
}
|