refactor(nix): rename lib.nix to meta.nix and add flake.root option

This commit is contained in:
Mohammad Rafiq 2025-07-07 14:39:36 +08:00
parent 0c2b6b57d9
commit da6fa1b9df
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -56,6 +56,7 @@
(inputs.import-tree ./nix)
// {
systems = import inputs.systems;
flake.root = ./.;
}
);
}