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
58c7e5519b
nix-bitcoin
/
overlay.nix
2 lines
45 B
Nix
Raw
Normal View
History
Unescape
Escape
simplify overlay.nix Move pkg definitions to pkgs/default.nix. This allows us to just import the pkgs in overlay.nix and get rid of the filtering to exclude the modules.
2019-11-27 05:04:17 -08:00
self
:
super
:
import
./pkgs
{
pkgs
=
super
;
}
Reference in New Issue
Copy Permalink