nixpkgs update

This commit is contained in:
naturallaw77 2024-10-23 23:22:28 -07:00
parent e6d1660d15
commit 44706b0343
2 changed files with 7 additions and 7 deletions

View File

@ -417,11 +417,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1729413321, "lastModified": 1729665710,
"narHash": "sha256-I4tuhRpZFa6Fu6dcH9Dlo5LlH17peT79vx1y1SpeKt0=", "narHash": "sha256-AlcmCXJZPIlO5dmFzV3V2XF6x/OpNWUV8Y/FMPGd8Z4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1997e4aa514312c1af7e2bda7fad1644e778ff26", "rev": "2768c7d042a37de65bb1b5b3268fc987e534c49d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -17,18 +17,18 @@
}; };
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }@attrs: { outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }: {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem { nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
system ="x86_64-linux"; system ="x86_64-linux";
specialArgs = attrs;
}; };
nixosModules.Sovran_SystemsOS = { pkgs, ... }: { nixosModules.Sovran_SystemsOS = { pkgs, ... }@attrs: {
specialArgs = attrs;
imports = [ imports = [
./configuration.nix ./configuration.nix