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
@ -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…
x
Reference in New Issue
Block a user