europa: fix env var for nixpkgs-review

This commit is contained in:
Aaron Bieber 2023-06-22 07:42:56 -06:00
parent be49bfa90e
commit 8c0df03382
No known key found for this signature in database

View File

@ -141,7 +141,7 @@ in {
shellAliases = {
"gh" = "op plugin run -- gh";
"nixpkgs-review" =
"env GITHUB_TOKEN==$(op item get nixpkgs-review --field token) nixpkgs-review";
"env GITHUB_TOKEN=$(op item get nixpkgs-review --field token) nixpkgs-review";
"godeps" =
"go list -m -f '{{if not (or .Indirect .Main)}}{{.Path}}{{end}}' all";
"mutt" = "neomutt -F /etc/neomuttrc";