nixpkgs update
This commit is contained in:
parent
ca88934edd
commit
5547f53232
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, libs, bisq1, ... }:
|
||||
{ config, pkgs, lib, bisq1, ... }:
|
||||
|
||||
|
||||
let
|
||||
|
@ -17,12 +17,14 @@
|
||||
|
||||
};
|
||||
|
||||
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;
|
||||
|
||||
};
|
||||
|
||||
nixosModules.Sovran_SystemsOS = { pkgs, ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user