test naive templates
This commit is contained in:
21
vlang/shell.nix
Normal file
21
vlang/shell.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
{ pkgs ? import <nixpkgs> {}}:
|
||||
|
||||
pkgs.mkShell rec {
|
||||
buildInputs = with pkgs; [
|
||||
vlang
|
||||
python3
|
||||
python3Packages.pip
|
||||
gcc
|
||||
hdf5
|
||||
gfortran
|
||||
liblapack
|
||||
openblas
|
||||
openmpi
|
||||
metis
|
||||
#mesa
|
||||
];
|
||||
shellHook = ''
|
||||
unalias v
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user