Update dependencies

This commit is contained in:
Charlotte Van Petegem 2020-11-07 16:39:11 +01:00
parent 724d5bb9b5
commit 22d06aac33
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ if [ -z "${NO_LOCAL:-}" ]
then
pushd ../nixpkgs
git fetch --all --prune
git rebase upstream/nixos-unstable || exit 1
git rebase upstream/nixos-unstable-small || exit 1
git push || exit 1
popd
fi