mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 00:24:13 +00:00
Allow this to compose with other overlays
This commit is contained in:
parent
34aeefd3dd
commit
ae5fe40151
@ -1,3 +1,3 @@
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
let pkgs' = import pkgs.path { overlays = [ (import ./overlays.nix) ]; };
|
||||
let pkgs' = pkgs.extend (import ./overlays.nix);
|
||||
in pkgs'.python2.pkgs.callPackage ./tahoe-lafs.nix { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user