rpi: update nix channel URL

tecpak
Sebastien Bourdeauducq 2019-08-17 10:27:25 +08:00
parent dc3cc3f596
commit 709c004585
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ config, pkgs, lib, ... }:
let
m-labs = import (fetchTarball https://nixbld.m-labs.hk/channel/custom/artiq/main/channel/nixexprs.tar.xz) {};
m-labs = import (fetchTarball https://nixbld.m-labs.hk/channel/custom/artiq/full/artiq-full/nixexprs.tar.xz) {};
in
{
boot.loader.grub.enable = false;