better ssh certs wrappers
This commit is contained in:
@@ -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 = {};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user