Skip to content
Snippets Groups Projects
Commit 755ad28e authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

let through arbitrary other args

meh this is not great but tests.nix passes through a bunch of its args that
get captured in the args set... probably need to write and use set subtraction
to get them out, I guess.  First, see if this works though.
parent 530fecd9
No related branches found
No related tags found
1 merge request!277Refactor the Nix packaging for reduced duplication and to provide a more useful shell environment
......@@ -6,6 +6,7 @@ in
, mach-nix ? import sources.mach-nix { inherit pkgs pypiData; }
, tahoe-lafs-source ? "tahoe-lafs"
, tahoe-lafs-repo ? sources.${tahoe-lafs-source}
, ...
}:
let
lib = pkgs.lib;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment