Inherit all packages from lib into flake outputs

Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
This commit is contained in:
Matthias Beyer 2025-03-03 10:15:19 +01:00
parent 45adb5ba20
commit a154eccfed
No known key found for this signature in database
2 changed files with 11 additions and 2 deletions

View file

@ -4,5 +4,7 @@
}:
{
cargo-dylint = callPackage ./cargo-dylint {};
packages = {
cargo-dylint = callPackage ./cargo-dylint.nix {};
};
}