mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-12-01 22:46:10 +03:00
temporarily blacklist attrpaths starting with lua
This commit is contained in:
parent
e78e486036
commit
0af8879980
8
up.sh
8
up.sh
@ -68,6 +68,14 @@ then
|
|||||||
error_exit "Packages from gnome are currently blacklisted."
|
error_exit "Packages from gnome are currently blacklisted."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Temporarily blacklist lua packages at @teto's request
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646
|
||||||
|
if echo "$ATTR_PATH" | grep "^lua"
|
||||||
|
then
|
||||||
|
error_exit "Packages for lua are currently blacklisted."
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
DERIVATION_FILE=$(EDITOR="echo" nix edit "$ATTR_PATH" -f .) || error_exit "Couldn't find derivation file."
|
DERIVATION_FILE=$(EDITOR="echo" nix edit "$ATTR_PATH" -f .) || error_exit "Couldn't find derivation file."
|
||||||
|
|
||||||
function error_cleanup {
|
function error_cleanup {
|
||||||
|
Loading…
Reference in New Issue
Block a user