mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-22 04:46:34 +03:00
cd3878e357
This file has been missing some modules for quite some time. Remove it to simplify maintenance.
4 lines
65 B
Nix
4 lines
65 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
import ./pkgs { inherit pkgs; }
|