big cleanup

This commit is contained in:
fwastring 2025-11-17 21:28:37 +01:00
parent e01f925f0a
commit 70b75d6faa
11 changed files with 64 additions and 112 deletions

View file

@ -7,9 +7,9 @@
...
}:
let
go-migrate-pg = pkgs.go-migrate.overrideAttrs (oldAttrs: {
tags = [ "postgres" ];
});
# go-migrate-pg = pkgs.go-migrate.overrideAttrs (oldAttrs: {
# tags = [ "postgres" ];
# });
in
{
nix.settings.trusted-users = [
@ -19,46 +19,42 @@ in
environment.systemPackages = with pkgs; [
# Neovim
inputs.neovim-nightly-overlay.packages.${pkgs.system}.default
inputs.neovim-nightly-overlay.packages.${pkgs.stdenv.hostPlatform.system}.default
# Nix
devenv
nixfmt-rfc-style
opentofu
# Docker
dive
lazydocker
# Jobb
azure-cli
dotnetCorePackages.dotnet_9.sdk
jira-cli-go
gh
mermaid-cli
# Minio
awscli
minio-client
# opentofu
# azure-cli
# jira-cli-go
# Blogging
hugo
zola
# System Design
sqlc
postgresql
plantuml
# sqlc
# postgresql
# plantuml
# Web Dev
tailwindcss
# tailwindcss
prettierd
# Go
air
go
templ
go-migrate-pg
# air
# templ
# go-migrate-pg
# Build
git