Update dependencies
This commit is contained in:
parent
a70baddd21
commit
576e6bdc23
2 changed files with 3 additions and 12 deletions
|
@ -2,15 +2,6 @@
|
|||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
if [ -z "${NO_LOCAL:-}" ]
|
||||
then
|
||||
pushd ../nixpkgs
|
||||
git fetch --all --prune
|
||||
git rebase upstream/nixos-unstable-small || exit 1
|
||||
git push || exit 1
|
||||
popd
|
||||
fi
|
||||
|
||||
nix flake update
|
||||
|
||||
if [ -z "${OVERRIDE:-}" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue