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 9c1d77eb47
commit 9d095ffb7e
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; [ ]; }