Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
fix type in bitte-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Oct 12, 2021
1 parent 0f8e507 commit 8f4c778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/bitte-shell.nix
Expand Up @@ -49,10 +49,10 @@ in mkShell ({
python38Packages.pyhcl
direnv
jq
] ++ lib.optoinals stdenv.isLinux [
] ++ lib.optionals stdenv.isLinux [
# nixos-rebuild will be unusable on non-linux systems
nixos-rebuild
]++ extraPackages;
] ++ extraPackages;

} // (lib.optionalAttrs (caCert != null) {
CONSUL_CACERT = caCert;
Expand Down

0 comments on commit 8f4c778

Please sign in to comment.