nixpkgs update
This commit is contained in:
parent
e6d1660d15
commit
44706b0343
@ -417,11 +417,11 @@
|
||||
},
|
||||
"nixpkgs_4": {
|
||||
"locked": {
|
||||
"lastModified": 1729413321,
|
||||
"narHash": "sha256-I4tuhRpZFa6Fu6dcH9Dlo5LlH17peT79vx1y1SpeKt0=",
|
||||
"lastModified": 1729665710,
|
||||
"narHash": "sha256-AlcmCXJZPIlO5dmFzV3V2XF6x/OpNWUV8Y/FMPGd8Z4=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "1997e4aa514312c1af7e2bda7fad1644e778ff26",
|
||||
"rev": "2768c7d042a37de65bb1b5b3268fc987e534c49d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -17,17 +17,17 @@
|
||||
|
||||
};
|
||||
|
||||
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 = [
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user