diff options
author | sterni <sternenseemann@systemli.org> | 2022-05-27T16·09+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-27T21·15+0000 |
commit | 0e705fedb04bffb45f02a6798cbaa1ab216d48e9 (patch) | |
tree | 1a58fca3d7ce816436a6b837c6a2a05f3570cf7d /users | |
parent | b9342b5751ad9f2c2af0de7bab664d7136132866 (diff) |
chore(3p/sources): Bump channels & overlays r/4149
* //nix/buildLisp: disable CCL once again due to The Mysterious Runtime Bug™. * //users/tazjin/nixos: uninstall dmd which is broken in nixpkgs atm. Change-Id: I8dd2220af48a7e087584b6f50529fb8477e6a2fb Reviewed-on: https://cl.tvl.fyi/c/depot/+/5699 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/nixos/modules/physical.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/physical.nix b/users/tazjin/nixos/modules/physical.nix index 386b756cafef..8b11e1bf0872 100644 --- a/users/tazjin/nixos/modules/physical.nix +++ b/users/tazjin/nixos/modules/physical.nix @@ -22,7 +22,7 @@ in curl ddcutil direnv - dmd + # dmd # TODO(tazjin): temporarily broken in nixpkgs, reinstall when it works again dnsutils electrum emacsNativeComp # emacsclient |