diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-03-28T21·16-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2021-03-29T00·00+0000 |
commit | c3f35caefa65b117f2590108f2fe2ecc2750721c (patch) | |
tree | 6a05bcd9ab24e5d98ce7e681cc29c5861ac26a53 /users/glittershark/system/home/machines/chupacabra.nix | |
parent | 8e13b1303a0d152c2f3b68f2421163e94fdf226c (diff) |
refactor(gs/home): Move rebuild-mugwump script to all machines r/2357
Chupacabra doesn't even exist anymore, plus I want this installed on all home systems Change-Id: Id0e5c89797b1ad52b2a24d60ad3ab5e125f60266 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2696 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system/home/machines/chupacabra.nix')
-rw-r--r-- | users/glittershark/system/home/machines/chupacabra.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/users/glittershark/system/home/machines/chupacabra.nix b/users/glittershark/system/home/machines/chupacabra.nix index e9f27daa4408..04f34ccbc4ae 100644 --- a/users/glittershark/system/home/machines/chupacabra.nix +++ b/users/glittershark/system/home/machines/chupacabra.nix @@ -48,16 +48,6 @@ in { home.packages = with pkgs; [ steam xorg.libxcb - (writeShellScriptBin "rebuild-mugwump" '' - set -eo pipefail - cd ~/code/depot - nix build -f . users.glittershark.system.system.mugwumpSystem -o /tmp/mugwump - nix copy -f . users.glittershark.system.system.mugwumpSystem \ - --to ssh://mugwump - system=$(readlink -ef /tmp/mugwump) - ssh mugwump sudo nix-env -p /nix/var/nix/profiles/system --set $system - ssh mugwump sudo $system/bin/switch-to-configuration switch - '') ]; xsession.windowManager.i3.config.keybindings.F7 = "exec lock"; |