diff --git a/hosts/europa/default.nix b/hosts/europa/default.nix index 615a056..1c6c819 100644 --- a/hosts/europa/default.nix +++ b/hosts/europa/default.nix @@ -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";