From 88be5b99dd21eef862421be7de551a98a885dc7a Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 2 Sep 2026 15:29:20 -0500 Subject: [PATCH] updated flake to build through the new sovran-bitcoin input --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index ccb3076..9aeb588 100644 --- a/flake.nix +++ b/flake.nix @@ -55,7 +55,6 @@ { nixpkgs.hostPlatform = "x86_64-linux"; nixpkgs.overlays = [ overlay-stable ]; } ./iso/common.nix sovran-bitcoin.nixosModules.default - ./modules/sovran-bitcoin-integration.nix nixvim.nixosModules.nixvim ]; };