nixops: use 20.09 for unstable packages

pull/9/head
Sebastien Bourdeauducq 2020-10-13 16:30:31 +08:00
parent eb78ee2a7d
commit dfa0cc7fea
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{ config, pkgs, ... }:
let
m-labs = import (fetchTarball https://nixbld.m-labs.hk/channel/custom/artiq/full/artiq-full/nixexprs.tar.xz) { inherit pkgs; };
pkgs-unstable = import (fetchTarball https://github.com/NixOS/nixpkgs/archive/master.tar.gz) {};
pkgs-unstable = import (fetchTarball https://github.com/NixOS/nixpkgs/archive/nixos-20.09.tar.gz) {};
in
{
deployment.targetHost = host;