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 <depot@in-addr.xyz>
This commit is contained in:
Vincent Ambo 2020-08-26 23:54:22 +01:00 committed by tazjin
parent dbda84bac3
commit 970f90c711

View file

@ -1,4 +1,4 @@
{ config, pkgs, depot, ... }:
{ config ? throw "not a readTree target", pkgs, depot, ... }:
let
hmPath = "$HOME/nix/home-manager";