mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed electrum imports
This commit is contained in:
parent
d9c1404888
commit
c335cdf6a9
1 changed files with 1 additions and 1 deletions
|
|
@ -10,8 +10,8 @@ let
|
|||
|
||||
in
|
||||
{ options.modules.system.bitcoin = { enable = mkEnableOption "system.bitcoin"; };
|
||||
config = mkIf cfg.enable {
|
||||
imports = [ ./modules ];
|
||||
config = mkIf cfg.enable {
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
bitcoind = prev.bitcoind.overrideAttrs (old: rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue