Something went wrong. Try again.
my over complex system configurations
Something went wrong. Try again.
Nix
at ctp-pallete
12345678910111213141516171819202122232425{ mkShellNoCC, just, gitMinimal, sops, # nix-output-monitor, treefmt-wrapped,}:mkShellNoCC { name = "dotfiles";
packages = [ just # quick and easy task runner gitMinimal # we need git sops # secrets management treefmt-wrapped # nix formatter # nix-output-monitor # get clean diff between generations ] ++ treefmt-wrapped.runtimeInputs; # collect all our formatters
env.DIRENV_LOG_FORMAT = "";
meta.description = "Development shell for this configuration";}