just expose reclamation folder

This commit is contained in:
2026-01-02 15:37:00 +01:00
parent 8a40f022f6
commit c092c5353b
2 changed files with 29 additions and 11 deletions

View File

@@ -1,20 +1,13 @@
{
inputs = {
utils.url = "github:numtide/flake-utils";
};
outputs =
{
self,
nixpkgs,
utils,
...
}:
utils.lib.eachDefaultSystem (
system:
let
pkgs = nixpkgs.legacyPackages.${system};
in
{
reclamation = ./.;
}
);
{
reclamation = ./.;
};
}