removed leftover shell script from devshell

This commit is contained in:
Gerg-L 2023-07-26 16:21:52 -04:00
parent 14726d5c6d
commit 748e2e5cf1

View file

@ -74,11 +74,6 @@
devShells.${system}.default = pkgs.mkShell {
packages = [
pkgs.sops
(pkgs.writeShellScriptBin "lint" ''
deadnix -qe "$1"
statix fix -- "$1"
alejandra -q "$1"
'')
];
};