mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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.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.
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
@ -106,6 +110,7 @@
|
||||
agenix.flake = inputs.agenix;
|
||||
nur.flake = inputs.nur;
|
||||
guix-overlay.flake = inputs.guix-overlay;
|
||||
nixos-generators.flake = inputs.nixos-generators;
|
||||
};
|
||||
|
||||
# Set several binary caches.
|
||||
|
Loading…
Reference in New Issue
Block a user