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
Files
master
nix-bitcoin
/
default.nix
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
4 lines
65 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
Make repository importable as NUR (including an overlay)
2019-03-28 09:13:04 +01:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
delete modules/default.nix
2022-08-22 14:57:42 +02:00
import
./pkgs
{
inherit
pkgs
;
}
Reference in New Issue
Copy Permalink