better ssh certs wrappers

This commit is contained in:
John Lancaster
2026-04-20 21:13:19 -05:00
parent bd236ed977
commit e75951318d
4 changed files with 69 additions and 146 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
{ self, inputs, ... }: {
flake-file.inputs = {
config.flake-file.inputs = {
wrapper-modules = {
url = "github:BirdeeHub/nix-wrapper-modules";
inputs.nixpkgs.follows = "nixpkgs";
@@ -11,8 +11,9 @@
};
options = {
# This is what allows wrappers to be defined in flake.wrappers.<wrapper-name> throughout different flake-parts modules
flake = inputs.flake-parts.lib.mkSubmoduleOptions {
myWrappers = inputs.nixpkgs.lib.mkOption {
wrappers = inputs.nixpkgs.lib.mkOption {
default = {};
};
};