nixpkgs update
This commit is contained in:
@@ -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, ... }: {
|
||||
|
Reference in New Issue
Block a user