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