mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
removed leftover shell script from devshell
This commit is contained in:
parent
14726d5c6d
commit
748e2e5cf1
1 changed files with 0 additions and 5 deletions
|
|
@ -74,11 +74,6 @@
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
pkgs.sops
|
pkgs.sops
|
||||||
(pkgs.writeShellScriptBin "lint" ''
|
|
||||||
deadnix -qe "$1"
|
|
||||||
statix fix -- "$1"
|
|
||||||
alejandra -q "$1"
|
|
||||||
'')
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue