updated flake

This commit is contained in:
2026-03-24 21:21:00 -05:00
parent 0d8c607803
commit cf7a992663
2 changed files with 5 additions and 5 deletions

View File

@@ -26,6 +26,10 @@
let
system = "x86_64-linux";
specialArgs = {
inherit bip110;
};
overlay-stable = final: prev: {
stable = import nixpkgs-stable {
@@ -44,10 +48,6 @@
inherit system;
specialArgs = {
inherit bip110;
};
};
nixosModules.Sovran_SystemsOS = { pkgs, ... }: {