This commit is contained in:
John Lancaster
2026-04-20 16:49:31 -05:00
parent b07bf102a4
commit bd236ed977
3 changed files with 179 additions and 72 deletions
+8
View File
@@ -9,4 +9,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
};
options = {
flake = inputs.flake-parts.lib.mkSubmoduleOptions {
myWrappers = inputs.nixpkgs.lib.mkOption {
default = {};
};
};
};
}