big cleanup
This commit is contained in:
parent
e01f925f0a
commit
70b75d6faa
11 changed files with 64 additions and 112 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue