Fix wording in comment (#280)

This commit is contained in:
a-kenji 2024-04-05 19:45:22 +02:00 committed by GitHub
parent 955ae4f357
commit 8f57f1b715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
let
lib = nixpkgs.lib;
# Override license so that we can build zerotierone without
# Override license so that we can build terraform without
# having to re-import nixpkgs.
terraform' = nixpkgs.terraform.overrideAttrs (old: { meta = { }; });