From aae00b5e5beee3f4af01842f2df3653efa004a78 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 24 Dec 2020 22:10:22 +0100 Subject: [PATCH] Update dependencies --- flake.lock | 6 +++--- update.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 9df9dc02..941d4c59 100644 --- a/flake.lock +++ b/flake.lock @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1608755064, - "narHash": "sha256-nx/o32ipf2YH8WTff7uYwWOwTI+Vtrr49mgxEPdK5bw=", + "lastModified": 1608819280, + "narHash": "sha256-b4UhKR/SuOkC/kCxWsSpqM5eCIooIIFqG/vn7/Ay1mQ=", "owner": "charvp", "repo": "nixpkgs", - "rev": "57a787c9fa91f149c86a1ce83d57e07cfa589e07", + "rev": "0be042b6761611bb068cdb7866ec78a0dd295236", "type": "github" }, "original": { diff --git a/update.sh b/update.sh index 12540720..56fb427d 100755 --- a/update.sh +++ b/update.sh @@ -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