nixos-pxeboot/shell.nix
2025-10-08 03:58:26 +02:00

6 lines
111 B
Nix

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