about summary refs log tree commit diff
path: root/shells/zig.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zig.nix')
-rw-r--r--shells/zig.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/shells/zig.nix b/shells/zig.nix
deleted file mode 100644
index 85b626c..0000000
--- a/shells/zig.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ pkgs ? import <nixpkgs> { } }:
-pkgs.mkShell {
-  name = "zig-shell";
-  buildInputs = with pkgs; [
-    zig
-  ];
-}