nativelink
nativelink copied to clipboard
Refactor `flake.nix`
Description
Refactoring the flake into tools
for better accessability.
Depends on this PR #1268.
How Has This Been Tested?
The command nix flake check
and nix flake show
are throwing errors, so i need to refactor the flake first to be able to test it properly.
Checklist
- [ ] Updated documentation if needed
- [ ] Tests added/amended
- [ ]
bazel test //...
passes locally - [ ] PR is contained in a single commit, using
git amend
see some docs