- Format shell.nix skeleton to single line - Complete ts-node removal from astyanax packages - Format andromache hardware config
5 lines
103 B
Nix
5 lines
103 B
Nix
{
|
|
pkgs ? import <nixpkgs> { },
|
|
}:
|
|
pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ ]; }
|