work around terraform beeing marked as unfree

This commit is contained in:
Jörg Thalheim 2023-10-14 13:00:03 +02:00 committed by mergify[bot]
parent 42676eab7a
commit de751ab741

View File

@ -12,6 +12,10 @@
let
lib = nixpkgs.lib;
# Override license so that we can build zerotierone without
# having to re-import nixpkgs.
terraform' = nixpkgs.terraform.overrideAttrs (old: { meta = { }; });
rustVersionExtended = rustVersion.override {
# include source for IDE's and other tools that resolve the source automatically via
# $(rustc --print sysroot)/lib/rustlib/src/rust
@ -85,7 +89,7 @@ let
rufo
shellcheck
shfmt
terraform
terraform'
# Docs
mkdocs-numtide