refactor: removed cudaSupport from shells which don't need it
This commit is contained in:
parent
fbcbfed4c1
commit
1c8ba59132
2 changed files with 6 additions and 16 deletions
|
|
@ -1,13 +1,8 @@
|
|||
{
|
||||
pkgs ?
|
||||
import <nixpkgs> {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
cudaSupport = true;
|
||||
};
|
||||
},
|
||||
pkgs,
|
||||
mkShell,
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
texliveFull
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,13 +1,8 @@
|
|||
{
|
||||
pkgs ?
|
||||
import <nixpkgs> {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
cudaSupport = true;
|
||||
};
|
||||
},
|
||||
pkgs,
|
||||
mkShell,
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
d2
|
||||
mermaid-cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue