index
:
zig-term.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell.nix
blob: 58c59c7a7b863c6fb6632a6b101f7cec8977cce3 (
plain
)
1
2
3
4
5
{pkgs ? import <nixpkgs> {}}: pkgs.mkShell { packages = [ pkgs.zig ]; }