flake.nix: remove clamav from devshell, add glab
With glab we provide the GitLab CLI utility to interact programatically with the platform. Useful for checking our Merge request branches for example.
This commit is contained in:
parent
4c25278507
commit
fbfd948535
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@
|
||||||
devShells.${system}.default = pkgs.mkShellNoCC {
|
devShells.${system}.default = pkgs.mkShellNoCC {
|
||||||
inputsFrom = [ documentation ];
|
inputsFrom = [ documentation ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
clamav
|
glab
|
||||||
] ++ self.checks.${system}.pre-commit.enabledPackages;
|
] ++ self.checks.${system}.pre-commit.enabledPackages;
|
||||||
shellHook = self.checks.${system}.pre-commit.shellHook;
|
shellHook = self.checks.${system}.pre-commit.shellHook;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue