templates/devshell.nix
2026-01-19 13:20:24 +01:00

5 lines
46 B
Nix

{ pkgs }:
pkgs.mkShell {
packages = [ ];
}