diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-12-04 15:32:28 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-12-10 13:37:23 +0100 |
commit | a6f0bef0a77ccc2c03d85a8e5841e830e52f5642 (patch) | |
tree | e6c292338e8794b368a9ed25cc8afd7e0dec7c98 /shell.nix | |
parent | 7f08975050e19b3e3ed002743ed19022789c7ccc (diff) |
Update to async/await-enabled tokio
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |