summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2019-12-04 15:32:28 +0100
committerEelco Dolstra <edolstra@gmail.com>2019-12-10 13:37:23 +0100
commita6f0bef0a77ccc2c03d85a8e5841e830e52f5642 (patch)
treee6c292338e8794b368a9ed25cc8afd7e0dec7c98 /shell.nix
parent7f08975050e19b3e3ed002743ed19022789c7ccc (diff)
Update to async/await-enabled tokio
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 21ed47121..c709f6a5f 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,6 +1,6 @@
{ useClang ? false }:
-with import (builtins.fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.09.tar.gz) {};
+with import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/bb1013511e1e5edcf314df8321acf2f3c536df0d.tar.gz) {};
with import ./release-common.nix { inherit pkgs; };