From abfbfb209c75929f318b2db13a36de3b18da318d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Tue, 4 Mar 2025 16:10:30 +0100 Subject: [PATCH] Expose dylint package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- flake.lock | 6 +++--- flake.nix | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) 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