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
13
dev-shells/aby.nix
Normal file
13
dev-shells/aby.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.clangStdenv.mkDerivation {
|
||||
name = "";
|
||||
buildInputs = with pkgs; [
|
||||
cmake
|
||||
gmp
|
||||
boost166
|
||||
openssl
|
||||
doxygen
|
||||
ninja
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue