nixpkgs update

This commit is contained in:
2024-10-23 23:40:18 -07:00
parent ca88934edd
commit 5547f53232
2 changed files with 4 additions and 2 deletions

View File

@ -17,11 +17,13 @@
};
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;
};