fix(aspen/system): Fix and reenable system build

Change-Id: I36f7a772e70be8711c03150b4b6dfcd6d4e299f2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11371
Reviewed-by: aspen <root@gws.fyi>
Autosubmit: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Aspen Smith 2024-04-07 10:15:38 -04:00 committed by clbot
parent 6e2c143756
commit bab3db2fa4
2 changed files with 0 additions and 8 deletions

View file

@ -113,10 +113,6 @@ readTree.fix (self: (readDepot {
# Temporarily disabled after cl/11289. Hopefully these failures are transient
# and will disappear with the next channel bump.
self.users.aspen.system.home.ogopogoHome
self.users.aspen.system.home.luscaHome
self.users.aspen.system.home.yerenHome
self.users.aspen.system.system.roswellSystem
self.users.wpcarro.nixos.avaSystem
self.users.wpcarro.nixos.kyokoSystem
self.users.wpcarro.nixos.marcusSystem

View file

@ -8,10 +8,6 @@
];
home.packages = with pkgs; [
(ntfy.override {
# Slack support is broken as of 2023-06-15
withSlack = false;
})
(writeShellApplication {
name = "edit-input";