summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
Diffstat (limited to 'shells')
-rw-r--r--shells/all.nix2
-rw-r--r--shells/csci.nix8
-rw-r--r--shells/haemolacriaa.nix2
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; [