feat(aspen/system): Switch linux user login to aspen
Change-Id: I10369a20db3f1be92caf0bace94e8beb6af1dbaa Reviewed-on: https://cl.tvl.fyi/c/depot/+/11302 Tested-by: BuildkiteCI Autosubmit: aspen <root@gws.fyi> Reviewed-by: aspen <root@gws.fyi>
This commit is contained in:
parent
55ab8b1e6a
commit
1cebb775f1
17 changed files with 30 additions and 30 deletions
|
|
@ -33,7 +33,7 @@ with lib;
|
|||
imports = [
|
||||
./lib/zshFunctions.nix
|
||||
./development/kube.nix
|
||||
# TODO(grfn): agda build is broken in the nixpkgs checkout
|
||||
# TODO(aspen): agda build is broken in the nixpkgs checkout
|
||||
# ./development/agda.nix
|
||||
./development/rust.nix
|
||||
];
|
||||
|
|
@ -68,7 +68,7 @@ with lib;
|
|||
|
||||
nodePackages.prettier
|
||||
] ++ optionals (stdenv.isLinux) [
|
||||
# TODO(grfn): replace with stable again once the current julia debacle
|
||||
# TODO(aspen): replace with stable again once the current julia debacle
|
||||
# is resolved upstream, see https://github.com/NixOS/nixpkgs/pull/121114
|
||||
julia_16-bin
|
||||
valgrind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue