diff --git a/flake.lock b/flake.lock index d3f6d4f..e800837 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index a9dfc68..20f8cd2 100644 --- a/flake.nix +++ b/flake.nix @@ -100,6 +100,9 @@ dylint = dylintLib.mkDylint { inherit lints; }; in { + + packages.lints = dylint; + devShells.default = pkgs.mkShell { nativeBuildInputs = [ rustTarget