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/all.nix | 2 +- shells/csci.nix | 8 -------- shells/haemolacriaa.nix | 2 +- 3 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 shells/csci.nix (limited to 'shells') diff --git a/shells/all.nix b/shells/all.nix index fb68f81..7c08745 100644 --- a/shells/all.nix +++ b/shells/all.nix @@ -1,4 +1,4 @@ -{ pkgs ? import {} }: +{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ 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 - ]; -} diff --git a/shells/haemolacriaa.nix b/shells/haemolacriaa.nix index 424d404..5bf4edd 100644 --- a/shells/haemolacriaa.nix +++ b/shells/haemolacriaa.nix @@ -1,4 +1,4 @@ -{ pkgs ? import {} }: +{ pkgs ? import { } }: pkgs.mkShell { packages = with pkgs; [ -- cgit v1.2.3