Expose dylint package

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-03-04 16:10:30 +01:00
parent ace01a2096
commit abfbfb209c
2 changed files with 6 additions and 3 deletions

6
flake.lock generated
View file

@ -31,11 +31,11 @@
]
},
"locked": {
"lastModified": 1741089216,
"narHash": "sha256-5ZBaJ0XvjakoZwpHPj6oGzwCcCrcREQlNuDklQfZAxQ=",
"lastModified": 1741099039,
"narHash": "sha256-JBk4mN3S/tQDue3UJ8xF/017Q/Vc1JwIVHdLrJSuVOs=",
"owner": "TheNeikos",
"repo": "nix-dylint",
"rev": "7ca821aada8b6fd82a5c422cd1eb821eb208f8ae",
"rev": "8b303e62b9c6ead5b666e68c326e2ebfa177f3d5",
"type": "github"
},
"original": {

View file

@ -100,6 +100,9 @@
dylint = dylintLib.mkDylint { inherit lints; };
in
{
packages.lints = dylint;
devShells.default = pkgs.mkShell {
nativeBuildInputs = [
rustTarget