Trying to structure this to be a flake input.
This commit is contained in:
parent
9b4bd81df3
commit
2e6fbe5856
3 changed files with 89 additions and 0 deletions
6
test-index.nix
Normal file
6
test-index.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# test-index.nix
|
||||
let
|
||||
data = import ./meta.nix;
|
||||
metanix = import ./lib/metanix.nix { inherit data; };
|
||||
in
|
||||
metanix.buildSystemIndex
|
||||
Loading…
Add table
Add a link
Reference in a new issue