add api generator

This commit is contained in:
Johannes Kirschbauer
2023-08-25 13:40:52 +02:00
parent fb1376b23d
commit 5a39865622
13 changed files with 9247 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
{ floco ? builtins.getFlake "github:aakropotkin/floco"
, system ? builtins.currentSystem
, pkgs ? import <nixpkgs> { currentSystem = system; }
, clanPkgs ? { }
}:
let
@@ -25,7 +26,7 @@ let
./nix/floco-cfg.nix
];
specialArgs = {
inherit pkgs;
inherit pkgs clanPkgs;
};
};