diff options
| author | seth <[email protected]> | 2023-11-12 22:59:01 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-13 05:17:34 +0000 |
| commit | f1c38c7b9af596c706887d86c48cb1a017afc92d (patch) | |
| tree | d07eaf317e7a147177d759bcb44df71cf93c4467 /pkgs/default.nix | |
| parent | d56d0d08519f32ce8551f85ffe8a1c59ef9ee4db (diff) | |
clippy-sarif: improve build/test flags, add passthru, improve meta
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 7ff9579..b66d5be 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -19,6 +19,8 @@ with prev; let in imported // { + clippy-sarif = callPackage ./clippy-sarif {inherit (final) clippy-sarif;}; + klassy = libsForQt5.callPackage ./klassy {}; modrinth-app-unwrapped = callPackage ./modrinth-app { |
