From 9c99fae0b89d131997c9f713ff364040221b7c99 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 20 May 2026 15:26:33 -0500 Subject: updates --- shells/csci.nix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 shells/csci.nix (limited to 'shells/csci.nix') diff --git a/shells/csci.nix b/shells/csci.nix deleted file mode 100644 index c0f7dfb..0000000 --- a/shells/csci.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ pkgs ? import {} }: - -pkgs.mkShell { - packages = with pkgs; [ - clang - llvmPackages.bintools - ]; -} -- cgit v1.2.3