mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 16:31:47 +03:00
Remove old sed
This commit is contained in:
parent
ca05eb6eb4
commit
d6b027bfb7
2
up.sh
2
up.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user