added lots of nice packages
This commit is contained in:
parent
336c146925
commit
e0b1517200
7 changed files with 65 additions and 33 deletions
|
@ -1,5 +1,3 @@
|
|||
# This is your system's configuration file.
|
||||
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
|
@ -7,7 +5,13 @@
|
|||
pkgs,
|
||||
myhostname,
|
||||
...
|
||||
}: {
|
||||
}:
|
||||
let
|
||||
go-migrate-pg = pkgs.go-migrate.overrideAttrs(oldAttrs: {
|
||||
tags = ["postgres"];
|
||||
});
|
||||
in
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
timewarrior
|
||||
|
@ -19,6 +23,7 @@
|
|||
|
||||
sqlc
|
||||
postgresql
|
||||
go-migrate-pg
|
||||
argocd
|
||||
gh
|
||||
ngrok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue