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:
parent
991bf53270
commit
f43dfd4b8e
2 changed files with 20 additions and 10 deletions
6
users/multi/whitby/depot.nix
Normal file
6
users/multi/whitby/depot.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config ? throw "not a readTree target", ... }:
|
||||
|
||||
let
|
||||
depotPath = "/home/multi/depot";
|
||||
in
|
||||
depotPath
|
||||
Loading…
Add table
Add a link
Reference in a new issue