diff options
| author | andromeda <andromeda@lenovo> | 2026-06-11 22:13:11 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-06-11 22:13:11 +0200 |
| commit | 3497d178379d34c604fd88aa41b8b6a8de6429bc (patch) | |
| tree | 1c6c145c2e0c2f5006035c32b5239ed2726e9670 /shell.nix | |
init
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..58c59c7 --- /dev/null +++ b/shell.nix @@ -0,0 +1,5 @@ +{pkgs ? import <nixpkgs> {}}: pkgs.mkShell { + packages = [ + pkgs.zig + ]; +} |
