updated flake

This commit is contained in:
2026-03-24 21:24:52 -05:00
parent cf7a992663
commit 8d123bd497

View File

@@ -24,11 +24,8 @@
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, btc-clients, nixpkgs-stable, bip110, ... }: outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, btc-clients, nixpkgs-stable, bip110, ... }:
let let
system = "x86_64-linux";
specialArgs = { system = "x86_64-linux";
inherit bip110;
};
overlay-stable = final: prev: { overlay-stable = final: prev: {
@@ -48,7 +45,7 @@
inherit system; inherit system;
}; specialArgs = attrs;
nixosModules.Sovran_SystemsOS = { pkgs, ... }: { nixosModules.Sovran_SystemsOS = { pkgs, ... }: {