From d120ea88f48f87e927e2980ccd0419f2173092a3 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 4 Nov 2020 17:45:24 +0100 Subject: [PATCH] Update dependencies --- flake.lock | 12 ++++++------ update.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 4f252410..044ac7f5 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1603922580, - "narHash": "sha256-rPJ3YxsVm5YYHzIRLy1w3jSXIQvVXK1KydraC7m/2xc=", + "lastModified": 1604441544, + "narHash": "sha256-4ZZlz2JnVJyQxLiFNMYKWhXDgqKr/u4muGW9jYluolw=", "owner": "nix-community", "repo": "home-manager", - "rev": "a98ec6ec158686387d66654ea96153ec06be33d7", + "rev": "ef72617c4a1e14ddb2254b2199bd0103c6274bf5", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1604243975, - "narHash": "sha256-kAqrvA088/GUrZJUqz9n7EvuVogOzoB3scmjO2SuEx4=", + "lastModified": 1604494979, + "narHash": "sha256-EiDo9kxGW+LzVoIrLdZsxO4L+O2xxS3IXRu5Mdo6wj0=", "owner": "charvp", "repo": "nixpkgs", - "rev": "84e840b0cac24f643e5b74d42fa4c4b685841976", + "rev": "80412894719e23233377a17372cbd999f53b4d58", "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