forked from M-Labs/nix-scripts
nixops: use git for nixos-unstable instead of (stale) channel
This commit is contained in:
parent
8fc3860e9d
commit
cfc20a13c5
|
@ -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://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {};
|
||||
pkgs-unstable = import (fetchTarball https://github.com/NixOS/nixpkgs/archive/master.tar.gz) {};
|
||||
in
|
||||
{
|
||||
deployment.targetHost = host;
|
||||
|
|
Loading…
Reference in New Issue