mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: big fixups
This commit is contained in:
parent
6e0cc170eb
commit
fb814ed301
13 changed files with 52 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue