From 2e4d67165ff5c27c9cddaec4b1090fd5d9605422 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 7 Oct 2020 16:14:06 +0200 Subject: [PATCH] ci(nix): update nixpkgs to latest nixos-20.09 stable --- ci/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/shell.nix b/ci/shell.nix index 61549a195..ac1eb5362 100644 --- a/ci/shell.nix +++ b/ci/shell.nix @@ -1,5 +1,5 @@ -# the last successful build of nixos-unstable - 2020-07-01 -with import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/55668eb671b915b49bcaaeec4518cc49d8de0a99.tar.gz) {}; +# the last successful build of nixos-20.09 (stable) as of 2020-10-07 +with import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/7badbf18c45b7490d893452beb8950d966327831.tar.gz) {}; stdenv.mkDerivation { name = "trezor-firmware-env";