flake-template-hell/templates/zig/flake/shell.nix

10 lines
78 B
Nix
Raw Permalink Normal View History

2025-01-25 19:12:23 +00:00
{
mkShell,
zigpkgs,
}:
mkShell {
packages = [
zigpkgs.master
];
}