Files
nix/dots/.config/nvim/skeletons/shell.nix
Hektor Misplon 39294a34b7 chore: formatting and cleanup
- Format shell.nix skeleton to single line
- Complete ts-node removal from astyanax packages
- Format andromache hardware config
2025-12-03 15:17:20 +01:00

5 lines
103 B
Nix

{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ ]; }