From e94b2dbbc53768d7816f2d6a76fc79f9902cf5b6 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 24 Oct 2024 00:14:09 -0700 Subject: [PATCH] nixpkgs update --- flake.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9569d47..738cc49 100755 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ }; - outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, bisq1, ... }: { + outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }: { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { @@ -25,8 +25,10 @@ }; - nixosModules.Sovran_SystemsOS = { pkgs, ... }: { - + nixosModules.Sovran_SystemsOS = { pkgs, ... }@attrs: { + + specialArgs = attrs; + imports = [ ./configuration.nix