refactor: derustification

This commit is contained in:
2026-02-20 17:36:20 +00:00
parent bea9ca602e
commit 0d7b84e3bc
13 changed files with 22 additions and 915 deletions

View File

@@ -56,9 +56,6 @@ in {
yq-go
jq
htop-vim
])
++ (with self.packages.${pkgs.system}; [
prettify-log
]);
};
};

View File

@@ -56,9 +56,9 @@
environment.systemPackages = with pkgs; [
gdb
hectic.nvim-pager
(writeScriptBin "check" ''
journalctl -u postgresql.service | grep postgresql-post-start | sed 's|psql:/nix/store/[^:]*:[0-9]*: ||' | sed 's|^[^:]*:[^:]*:[^:]*: ||' | grep -v '^\[.*\]' | ${hectic.prettify-log}/bin/prettify-log --color-output
'')
#(writeScriptBin "check" ''
# journalctl -u postgresql.service | grep postgresql-post-start | sed 's|psql:/nix/store/[^:]*:[0-9]*: ||' | sed 's|^[^:]*:[^:]*:[^:]*: ||' | grep -v '^\[.*\]' | ${hectic.prettify-log}/bin/prettify-log --color-output
#'')
];
programs.zsh.shellAliases = self.lib.sharedShellAliasesForDevVm // {
conn = "sudo su postgres -c 'psql -p 64317'";