mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
remove unneeded temp fix for terraform on darwin
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
# Fix for Terraform and Consul on Darwin:
|
||||
# https://github.com/NixOS/nixpkgs/pull/275534/files
|
||||
_final: prev: {
|
||||
girara = prev.girara.overrideAttrs (old: {
|
||||
mesonFlags = [
|
||||
"-Ddocs=disabled"
|
||||
(prev.lib.mesonEnable "tests"
|
||||
((prev.stdenv.buildPlatform.canExecute prev.stdenv.hostPlatform)
|
||||
&& (!prev.stdenv.isDarwin)))
|
||||
];
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user