updated flake
This commit is contained in:
@@ -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";
|
|
||||||
|
system = "x86_64-linux";
|
||||||
specialArgs = {
|
|
||||||
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, ... }: {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user