nixpkgs update
This commit is contained in:
parent
5547f53232
commit
1526cc7ecb
@ -17,17 +17,17 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }@attrs: {
|
outputs = { self, nixpkgs, nix-bitcoin, nixvim, agenix, ... }: {
|
||||||
|
|
||||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||||
|
|
||||||
system ="x86_64-linux";
|
system ="x86_64-linux";
|
||||||
|
|
||||||
specialArgs = attrs;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosModules.Sovran_SystemsOS = { pkgs, ... }: {
|
nixosModules.Sovran_SystemsOS = { pkgs, ... }@attrs: {
|
||||||
|
|
||||||
|
specialArgs = attrs;
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user