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
|
in
|
||||||
{ options.modules.system.bitcoin = { enable = mkEnableOption "system.bitcoin"; };
|
{ options.modules.system.bitcoin = { enable = mkEnableOption "system.bitcoin"; };
|
||||||
|
imports = [ ./modules ];
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
imports = [ ./modules ];
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(final: prev: {
|
||||||
bitcoind = prev.bitcoind.overrideAttrs (old: rec {
|
bitcoind = prev.bitcoind.overrideAttrs (old: rec {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue