feat: big fixups

This commit is contained in:
Kat Inskip 2025-07-13 05:19:29 -07:00
parent 6e0cc170eb
commit fb814ed301
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
13 changed files with 52 additions and 70 deletions

View file

@ -27,14 +27,7 @@ with pkgs; let
repo.darwinConfigurations);
shellHook = ''
export CI_PLATFORM="impure"
sops
echo -e "\e[39m\e[1m$USER@$REPO_HOSTNAME - \e[35m''$(realpath --relative-to=../ ./nixos/)\e[0m"
echo -e "\e[35mRunning alejandra\e[0m"
alejandra -cq $(fd -e nix)
echo -e "\e[35mRunning statix\e[0m"
statix check
echo -e "\e[35mRunning deadnix\e[0m"
deadnix
'';
};
in