From 970f90c711d358999af9669835588968e1008439 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 26 Aug 2020 23:54:22 +0100 Subject: fix(multi/home-manager): Prevent readTree failures on home-manager.nix This file is not a readTree-compatible Nix file, but rather a NixOS module. At some point it should be moved elsewhere and .skip-subtree'd to avoid this issue. Change-Id: If1b3f7cc80084af1f44036b8b9272f7b76438c2c Reviewed-on: https://cl.tvl.fyi/c/depot/+/1849 Tested-by: BuildkiteCI Reviewed-by: multi --- users/multi/whitby/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/multi/whitby') diff --git a/users/multi/whitby/home-manager.nix b/users/multi/whitby/home-manager.nix index 765c0e839535..13e313281a0c 100644 --- a/users/multi/whitby/home-manager.nix +++ b/users/multi/whitby/home-manager.nix @@ -1,4 +1,4 @@ -{ config, pkgs, depot, ... }: +{ config ? throw "not a readTree target", pkgs, depot, ... }: let hmPath = "$HOME/nix/home-manager"; -- cgit 1.4.1