mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
Add nixos-generators
to the workflow
This commit is contained in:
parent
66c7d8a509
commit
6fb08d3506
@ -28,6 +28,10 @@
|
|||||||
nix-alien.url = "github:thiagokokada/nix-alien";
|
nix-alien.url = "github:thiagokokada/nix-alien";
|
||||||
nix-alien.inputs.nixpkgs.follows = "nixpkgs";
|
nix-alien.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
|
# Generate your NixOS systems to various formats!
|
||||||
|
nixos-generators.url = "github:nix-community/nixos-generators";
|
||||||
|
nixos-generators.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
# Managing your secrets.
|
# Managing your secrets.
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -106,6 +110,7 @@
|
|||||||
agenix.flake = inputs.agenix;
|
agenix.flake = inputs.agenix;
|
||||||
nur.flake = inputs.nur;
|
nur.flake = inputs.nur;
|
||||||
guix-overlay.flake = inputs.guix-overlay;
|
guix-overlay.flake = inputs.guix-overlay;
|
||||||
|
nixos-generators.flake = inputs.nixos-generators;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set several binary caches.
|
# Set several binary caches.
|
||||||
|
Loading…
Reference in New Issue
Block a user