feat: +neuro devshell
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
pure-c = import ./pure-c.nix { inherit self system pkgs; };
|
||||
rust = import ./rust.nix { inherit self system pkgs; };
|
||||
haskell = import ./haskell.nix { inherit self system pkgs; };
|
||||
neuro = import ./neuro.nix { inherit self system pkgs; };
|
||||
default = pkgs.mkShell {
|
||||
buildInputs =
|
||||
(with self.packages.${system}; [
|
||||
|
||||
7
devshell/neuro.nix
Normal file
7
devshell/neuro.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
system,
|
||||
pkgs,
|
||||
self,
|
||||
}: pkgs.mkShell {
|
||||
buildInputs = [];
|
||||
}
|
||||
Reference in New Issue
Block a user