Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ let
devPackages = [
(pkgs.haskell-language-server.override { supportedGhcVersions = [ "8107" ]; })
pkgs.cfssl
pkgs.crypto_cli
pkgs.mls_test_cli
pkgs.ghcid
pkgs.gnumake
pkgs.gnused
Expand Down
2 changes: 1 addition & 1 deletion nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ in
self: super: {
cryptobox = self.callPackage ./pkgs/cryptobox { };
zauth = self.callPackage ./pkgs/zauth { };
crypto_cli = self.callPackage ./pkgs/crypto_cli { };
mls_test_cli = self.callPackage ./pkgs/mls_test_cli { };

nginxModules = super.nginxModules // {
zauth = {
Expand Down
Loading