diff options
Diffstat (limited to '')
-rw-r--r-- | checks.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checks.nix b/checks.nix index b169cb3..89df268 100644 --- a/checks.nix +++ b/checks.nix @@ -1,6 +1,5 @@ { inputs, - lib, system, }: let pkgs = inputs.self.legacyPackages.${system}; |