nixpkgs update
This commit is contained in:
parent
bc92b55636
commit
08a4f4d5dd
@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, bisq1, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
|
||||
let
|
||||
|
@ -17,14 +17,12 @@
|
||||
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }@attrs: {
|
||||
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, bisq1, ... }: {
|
||||
|
||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||
|
||||
system ="x86_64-linux";
|
||||
|
||||
specialArgs = attrs;
|
||||
|
||||
};
|
||||
|
||||
nixosModules.Sovran_SystemsOS = { pkgs, ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user