No description
Find a file
Vincent Ambo 2b31921c3e fix(nix): Ensure package set is callable with/without args
When instantiating a Nix package via Bazel, the package set is called
with an empty map as the argument. From the Nix REPL or the dispatch
script, however, the package set is called without arguments.

This change adds a catch-all optional argument in the package set
which ensures that both use-cases are supported (similar to what
nixpkgs itself does).
2019-07-04 11:15:59 +01:00
infra refactor(infra): Move infrastructure into monorepo structure 2019-07-02 12:48:05 +01:00
services fix(tazblog): Ensure build works with MonadFail changes 2019-07-02 12:42:28 +01:00
third_party feat(git-appraise): Add Nix build configuration 2019-07-02 14:39:49 +01:00
tools/bin fix(tools): Ensure dispatch script passes arguments correctly 2019-07-04 11:15:15 +01:00
.envrc feat(dotenv): Set NIX_PATH for entire workspace 2019-07-04 11:15:31 +01:00
default.nix fix(nix): Ensure package set is callable with/without args 2019-07-04 11:15:59 +01:00
LICENSE chore: Keep project root under MIT license 2019-06-28 22:56:48 +01:00