Skip to content

Commit

Permalink
add hl & zstd to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jun 29, 2024
1 parent e590bed commit 5b05eac
Show file tree
Hide file tree
Showing 5 changed files with 2,170 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/flake/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# go-sqlcmd = final.callPackage ./go-sqlcmd { };
# gomumblesoundboard = final.callPackage ./gomumblesoundboard { };
hashPassword = final.callPackage ../../packages/hashPassword { };
hl = final.callPackage ../../packages/hl { };
httpserve = final.writers.writePython3Bin "httpserve" { flakeIgnore = [ "E265" "E501" ]; } ../../scripts/httpserve.py;
# linux-megi = final.callPackage ./linux-megi { };
logseq-query = final.callPackage ../../packages/logseq-query { };
Expand Down
1 change: 1 addition & 0 deletions modules/home/orb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
gcc
gotenberg
hcloud
hl
jless
jq
kubectl
Expand Down
2 changes: 2 additions & 0 deletions modules/home/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ in
# mpv
# nodePackages.svelte-language-server
# nodePackages.typescript-language-server
zstd.bin
# rmlint
# rustc
# zathura
ptsd-node-packages.prettier
(pdftk.override { jre = openjdk17; })
nurl
gnumake
hl
go
# nixd
nodejs_latest
Expand Down
Loading

0 comments on commit 5b05eac

Please sign in to comment.