summaryrefslogtreecommitdiff
path: root/shells/csci.nix
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-20 15:26:33 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-05-20 15:26:33 -0500
commit9c99fae0b89d131997c9f713ff364040221b7c99 (patch)
tree6e6ac1447abeaac41e85b2d1d83b843578ad2f9c /shells/csci.nix
parentd96a17e76af7415296bf2f0b33bc8f233e9d5b5a (diff)
updates
Diffstat (limited to 'shells/csci.nix')
-rw-r--r--shells/csci.nix8
1 files changed, 0 insertions, 8 deletions
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 <nixpkgs> {} }:
-
-pkgs.mkShell {
- packages = with pkgs; [
- clang
- llvmPackages.bintools
- ];
-}