This website requires JavaScript.
Explore
Help
Sign In
greg
/
nix-bitcoin
Watch
1
Star
0
Fork
0
You've already forked nix-bitcoin
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1218a11633
nix-bitcoin
/
default.nix
4 lines
65 B
Nix
Raw
Normal View
History
Unescape
Escape
Make repository importable as NUR (including an overlay) https://github.com/nix-community/NUR is a Nix community project that aims to make out of tree derivations more easily discoverable and accessible to Nix users. Converting the nix-bitcoin repo to conform to that style is a minor change and enhances reusability of its components. For instance, I could slap on the clightning module more easily onto my existing bitcoin node without having to redeploy the whole as nixops driven installation. Having the repo in NUR style would make that easier.
2019-03-28 01:13:04 -07:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
delete modules/default.nix This file has been missing some modules for quite some time. Remove it to simplify maintenance.
2022-08-22 05:57:42 -07:00
import
./pkgs
{
inherit
pkgs
;
}
Reference in New Issue
Copy Permalink