feat(users/multi): refactor home manager configuration on whitby.

Previously this used git checkouts of home-manager.git and nixpkgs.git on
whitby, which is self-evidently non-reproducible, so instead use pinned
tarballs of those repositories as data sources.

Change-Id: I3bd01e44d746c62e6bfbeab2e7698ae9954c8a94
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1993
Tested-by: BuildkiteCI
Reviewed-by: multi <depot@in-addr.xyz>
This commit is contained in:
multi 2020-09-20 21:17:58 +01:00
parent 991bf53270
commit f43dfd4b8e
2 changed files with 20 additions and 10 deletions

View file

@ -0,0 +1,6 @@
{ config ? throw "not a readTree target", ... }:
let
depotPath = "/home/multi/depot";
in
depotPath