Trying to structure this to be a flake input.

This commit is contained in:
Yaro Kasear 2025-07-20 11:27:26 -05:00
parent 9b4bd81df3
commit 2e6fbe5856
3 changed files with 89 additions and 0 deletions

6
test-index.nix Normal file
View file

@ -0,0 +1,6 @@
# test-index.nix
let
data = import ./meta.nix;
metanix = import ./lib/metanix.nix { inherit data; };
in
metanix.buildSystemIndex