Remove old sed

This commit is contained in:
Matthew Justin Bauer 2018-03-15 22:00:55 -05:00 committed by GitHub
parent ca05eb6eb4
commit d6b027bfb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
up.sh
View File

@ -41,7 +41,7 @@ git reset --hard
git checkout master
git reset --hard upstream/master
DERIVATION_FILE=$(EDITOR=echo nix edit $1 -f . | sed 's|.*/nixpkgs/\(.*\)|\1|') || error_exit "Couldn't find derivation file."
DERIVATION_FILE=$(EDITOR=echo nix edit $1 -f .) || error_exit "Couldn't find derivation file."
function error_cleanup {
cleanup