Update dependencies
This commit is contained in:
parent
a70baddd21
commit
576e6bdc23
2 changed files with 3 additions and 12 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -53,11 +53,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1617617613,
|
"lastModified": 1617750758,
|
||||||
"narHash": "sha256-GtGogDNkp1wNfbDViBlSRVhGXiUkI6NfuQ3PA38ywZc=",
|
"narHash": "sha256-yiep9Pp4/vMg+hZS5MTBDAp6D0XwQbwaYe4DjTaq7q0=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "fae6b041601b9fa0e42e799736c212748cba9d6e",
|
"rev": "af4b72b61820b79169467e419e5298306added0b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,15 +2,6 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
set -x
|
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
|
nix flake update
|
||||||
|
|
||||||
if [ -z "${OVERRIDE:-}" ]
|
if [ -z "${OVERRIDE:-}" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue