chore: formatting and cleanup

- Format shell.nix skeleton to single line
- Complete ts-node removal from astyanax packages
- Format andromache hardware config
This commit is contained in:
2025-12-03 15:16:36 +01:00
parent 42dbe5ade2
commit 9765d93f9f
3 changed files with 21 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ ];
}
pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ ]; }