diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-09-17T10·08+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-09-17T21·16+0000 |
commit | 1f5a20736af58045a8e009d12c3b809e87afefcd (patch) | |
tree | 98ecbc79fb5f35f71ecc0c7e71a68be960af8f23 /users/aspen/system/home/machines/yeren.nix | |
parent | e2aa81c0b27c5d9cff0ec8afa97ecb4b2876cf71 (diff) |
chore(3p/sources): bump channels & overlays (2024-09-17) r/8703
* users/aspen: disable readyset overlay sysbench + postgresql is broken, which breaks the overlay, but I suspect the overlay is no longer needed Change-Id: I1845370c88f5fab35fd700535e6fb0972a4ca556 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12494 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: flokli <flokli@flokli.de> Reviewed-by: aspen <root@gws.fyi>
Diffstat (limited to 'users/aspen/system/home/machines/yeren.nix')
-rw-r--r-- | users/aspen/system/home/machines/yeren.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/aspen/system/home/machines/yeren.nix b/users/aspen/system/home/machines/yeren.nix index 9a7a561b5e62..54e79f950bce 100644 --- a/users/aspen/system/home/machines/yeren.nix +++ b/users/aspen/system/home/machines/yeren.nix @@ -11,7 +11,7 @@ in ../modules/common.nix ../modules/desktop.nix ../modules/development/agda.nix - ../modules/development/readyset.nix + # ../modules/development/readyset.nix ../modules/development/ocaml.nix ] ++ (lib.optional (pathExists ../modules/private.nix) ../modules/private.nix); |