nix: move shells to dev-shells/ folder

This commit is contained in:
joachimschmidt557 2024-04-21 13:15:23 +02:00
parent 35d066d97d
commit 127acf8702
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
11 changed files with 0 additions and 0 deletions

View file

@ -1,13 +0,0 @@
{ pkgs }:
pkgs.clangStdenv.mkDerivation {
name = "";
buildInputs = with pkgs; [
cmake
gmp
boost166
openssl
doxygen
ninja
];
}

View file

@ -1,7 +0,0 @@
{ pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
cmake
];
}

View file

@ -1,7 +0,0 @@
{ pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
rustup
];
}

View file

@ -1,8 +0,0 @@
{ pkgs }:
pkgs.clangMultiStdenv.mkDerivation {
name = "empty development shell";
buildInputs = with pkgs; [
];
}

View file

@ -1,8 +0,0 @@
{ pkgs }:
pkgs.clangStdenv.mkDerivation {
name = "empty development shell";
buildInputs = with pkgs; [
];
}

View file

@ -1,8 +0,0 @@
{ pkgs }:
pkgs.multiStdenv.mkDerivation {
name = "empty development shell";
buildInputs = with pkgs; [
];
}

View file

@ -1,6 +0,0 @@
{ pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
];
}

View file

@ -1,17 +0,0 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [
cmake
gmp
boost173
openssl
doxygen
graphviz
ninja
clang_10
flatbuffers
fmt
gtest
];
}

View file

@ -1,15 +0,0 @@
{ pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
cmake
gmp
boost166
openssl
doxygen
ninja
llvmPackages_13.clang
perl534Packages.LWP
bison
];
}

View file

@ -1,12 +0,0 @@
{ pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
ninja
cmake
python3
zlib
];
hardeningDisable = [ "all" ];
}

View file

@ -1,15 +0,0 @@
{ pkgs }:
pkgs.mkShell {
buildInputs = with pkgs; [
cmake
ninja
llvmPackages_16.clang-unwrapped
llvmPackages_16.llvm
llvmPackages_16.lld
libxml2
zlib
];
hardeningDisable = [ "all" ];
}