From 22d06aac3319b1cab85f39c2282c7ef35fb757b8 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 7 Nov 2020 16:39:11 +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 3285c444..b7c822b9 100644 --- a/flake.lock +++ b/flake.lock @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1604588254, - "narHash": "sha256-E0csGJYc+ST4q0fsAT7DjYCl0/XX6VCPMp7MzMiPLXo=", + "lastModified": 1604760670, + "narHash": "sha256-V8gYh+cx3NoliZW83B6XqA4jBzIvNvBHKdp2G6M3krE=", "owner": "charvp", "repo": "nixpkgs", - "rev": "9a40713640a0de16603e8d37a68b00821488d847", + "rev": "695bbc8ad5ffa4295b40bcb064fb71a363d9a9f2", "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