1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

ci(nix): update nixpkgs to latest nixos-20.09 stable

This commit is contained in:
Pavol Rusnak 2020-10-07 16:14:06 +02:00
parent ade6663c6c
commit 2e4d67165f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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";