diff options
author | Ben Sima <ben@bsima.me> | 2021-03-19 11:29:25 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-03-19 11:29:25 -0400 |
commit | ba26339b35f4ec5461f044b9ac08a7c2be4143f3 (patch) | |
tree | 0e36824e170a79233107b5abeee27734a53ccfa3 /Biz/Bild/Deps.nix | |
parent | de189c5897ca6c122ea9cae34f60f4065fc4437d (diff) |
Add bearssl, gmni, and gmnisrv
Eventually I'll just upstream these to nixpkgs-dev. I also want to make z into a
gemini-compatible zettlekasten. All in due time.
Diffstat (limited to 'Biz/Bild/Deps.nix')
-rw-r--r-- | Biz/Bild/Deps.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Biz/Bild/Deps.nix b/Biz/Bild/Deps.nix index dd1ed45..a24e2d1 100644 --- a/Biz/Bild/Deps.nix +++ b/Biz/Bild/Deps.nix @@ -53,4 +53,7 @@ in rec wemux = pkgs.callPackage ./Deps/wemux.nix {}; guile-opengl = pkgs.callPackage ./Deps/guile-opengl.nix {}; inspekt3d = pkgs.callPackage ./Deps/inspekt3d.nix {}; + gmnisrv = pkgs.callPackage ./Deps/gmnisrv.nix {}; + bearssl = pkgs.callPackage ./Deps/bearssl.nix {}; + gmni = pkgs.callPackage ./Deps/gmni.nix {}; } |