diff options
Diffstat (limited to 'shells/csci.nix')
| -rw-r--r-- | shells/csci.nix | 8 |
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 - ]; -} |
