diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 15:26:33 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 15:26:33 -0500 |
| commit | 9c99fae0b89d131997c9f713ff364040221b7c99 (patch) | |
| tree | 6e6ac1447abeaac41e85b2d1d83b843578ad2f9c /shells | |
| parent | d96a17e76af7415296bf2f0b33bc8f233e9d5b5a (diff) | |
updates
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/all.nix | 2 | ||||
| -rw-r--r-- | shells/csci.nix | 8 | ||||
| -rw-r--r-- | shells/haemolacriaa.nix | 2 |
3 files changed, 2 insertions, 10 deletions
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 <nixpkgs> {} }: +{ pkgs ? import <nixpkgs> { } }: 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 <nixpkgs> {} }: - -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 <nixpkgs> {} }: +{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell { packages = with pkgs; [ |
