[CLOUDFLARE PAGES] kittywit.ch

This commit is contained in:
Kat Inskip 2023-04-29 14:06:20 -07:00
parent c980cd0207
commit 08b0afdf74
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
6 changed files with 25 additions and 78 deletions

View file

@ -12,10 +12,7 @@ with pkgs; let
[
fd # fd, better fine!
ripgrep # rg, better grep!
go # Required for pulumi
gopls
sops
pulumi-bin # Infrastructure as code
deadnix # dead-code scanner
alejandra # code formatter
statix # anti-pattern finder
@ -26,6 +23,7 @@ with pkgs; let
''))
repo.darwinConfigurations);
shellHook = ''
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)