diff --git a/nixops/desktop.nix b/nixops/desktop.nix index 7886a89..cee216b 100644 --- a/nixops/desktop.nix +++ b/nixops/desktop.nix @@ -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;