source: trunk/nix/default.nix @ ae5fe40

Last change on this file since ae5fe40 was ae5fe40, checked in by Jean-Paul Calderone <exarkun@…>, at 2019-12-13T15:29:48Z

Allow this to compose with other overlays

  • Property mode set to 100644
File size: 137 bytes
Line 
1{ pkgs ? import <nixpkgs> { } }:
2let pkgs' = pkgs.extend (import ./overlays.nix);
3in pkgs'.python2.pkgs.callPackage ./tahoe-lafs.nix { }
Note: See TracBrowser for help on using the repository browser.