Base on nixos-unstable instead of nixos-unstable-small
This commit is contained in:
parent
1d957151b9
commit
f4fe49ae01
2 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@ if [ -d "../nixpkgs" -a -z "${NO_LOCAL:-}" ]
|
|||
then
|
||||
pushd ../nixpkgs
|
||||
git fetch --all --prune
|
||||
git rebase upstream/nixos-unstable-small || exit 1
|
||||
git rebase upstream/nixos-unstable || exit 1
|
||||
git push || exit 1
|
||||
popd
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue