Target stable toolchain

This commit is contained in:
Zhaofeng Li 2021-02-10 00:39:25 -08:00
parent 9a588815c8
commit 9f4d5a2221
8 changed files with 11 additions and 45 deletions

View file

@ -1,5 +1,5 @@
let
pkgs = import ./pkgs.nix {};
pkgs = import ./pkgs.nix;
in pkgs.mkShell {
buildInputs = [
(import ./default.nix {})