nixpkgs update

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

View File

@ -1,4 +1,4 @@
{ config, pkgs, libs, bisq1, ... }:
{ config, pkgs, lib, bisq1, ... }:
let

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;
};