nix: move shells to dev-shells/ folder
This commit is contained in:
parent
35d066d97d
commit
127acf8702
11 changed files with 0 additions and 0 deletions
|
|
@ -1,17 +0,0 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
cmake
|
||||
gmp
|
||||
boost173
|
||||
openssl
|
||||
doxygen
|
||||
graphviz
|
||||
ninja
|
||||
clang_10
|
||||
flatbuffers
|
||||
fmt
|
||||
gtest
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue