summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-06-11 22:13:11 +0200
committerandromeda <andromeda@lenovo>2026-06-11 22:13:11 +0200
commit3497d178379d34c604fd88aa41b8b6a8de6429bc (patch)
tree1c6c145c2e0c2f5006035c32b5239ed2726e9670 /shell.nix
init
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix5
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
+ ];
+}