mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 23:51:07 +00:00
3 lines
124 B
Nix
3 lines
124 B
Nix
{ pkgs ? import <nixpkgs> { overlays = [ (import ./overlays.nix) ]; } }:
|
|
pkgs.python2.pkgs.callPackage ./tahoe-lafs.nix { }
|