mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
test commenting all out
This commit is contained in:
parent
c85f11e4a9
commit
d500c0f299
1 changed files with 13 additions and 13 deletions
|
|
@ -12,19 +12,19 @@ let
|
|||
in
|
||||
{ options.modules.system.bitcoin.electrum = { enable = mkEnableOption "system.bitcoin.electrum"; };
|
||||
config = mkIf cfg.enable {
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
electrs = prev.electrs.overrideAttrs (old: rec {
|
||||
version = "0.10.4";
|
||||
src = fetchFromGithub {
|
||||
rev = "${version}";
|
||||
hash = ''
|
||||
sha256-0xw2532nmaxx9bjdpnnby03b83wc9zs8bv1wdfgv9q1phccqbkz1
|
||||
'';
|
||||
};
|
||||
});
|
||||
})
|
||||
];
|
||||
#nixpkgs.overlays = [
|
||||
# (final: prev: {
|
||||
# electrs = prev.electrs.overrideAttrs (old: rec {
|
||||
# version = "0.10.4";
|
||||
# src = fetchFromGithub {
|
||||
# rev = "${version}";
|
||||
# hash = ''
|
||||
# sha256-0xw2532nmaxx9bjdpnnby03b83wc9zs8bv1wdfgv9q1phccqbkz1
|
||||
# '';
|
||||
# };
|
||||
# });
|
||||
# })
|
||||
#];
|
||||
|
||||
#environment.systemPackages = with pkgs; [
|
||||
# electrs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue