From a10296664e11e85265057d2611804fc8ded5645f Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Wed, 23 Oct 2024 23:43:59 -0700 Subject: [PATCH] nixpkgs update --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 4405ca5..ffb4b5a 100755 --- a/flake.nix +++ b/flake.nix @@ -17,18 +17,18 @@ }; - outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }@attrs: { + outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }: { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { system ="x86_64-linux"; - - specialArgs = attrs; }; - nixosModules.Sovran_SystemsOS = { pkgs, ... }: { + nixosModules.Sovran_SystemsOS = { pkgs, ... }@attrs: { + specialArgs = attrs; + imports = [ ./configuration.nix