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:
parent
dbda84bac3
commit
970f90c711
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, depot, ... }:
|
{ config ? throw "not a readTree target", pkgs, depot, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
hmPath = "$HOME/nix/home-manager";
|
hmPath = "$HOME/nix/home-manager";
|
||||||
|
|
Loading…
Reference in a new issue