ci: add nixos-20.09

This commit is contained in:
zimbatm
2020-11-27 15:32:49 +01:00
parent a720d8ee4f
commit d454de5f07
3 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
let
nixpkgs = builtins.fetchTarball "channel:nixos-20.03";
nixpkgs = builtins.fetchTarball "channel:nixos-20.09";
pkgs = import nixpkgs { config = {}; overlays = []; };
in
with pkgs;