From 024d8cbc59c4c87ae3dfc73b8a29170e5c366349 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 23 Oct 2024 23:56:40 -0700 Subject: [PATCH] nixpkgs update --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 6b35d73..a8863bf 100755 --- a/flake.nix +++ b/flake.nix @@ -17,15 +17,17 @@ }; - outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }: { + outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }@attrs: { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system ="x86_64-linux"; + + specialArgs = attrs; }; - nixosModules.Sovran_SystemsOS = { pkgs, bisq1, ... }: { + nixosModules.Sovran_SystemsOS = { pkgs, ... }: { imports = [