refactor: removed cudaSupport from shells which don't need it

This commit is contained in:
Ceferino Patino 2025-11-30 17:34:34 -06:00
commit 1c8ba59132
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI
2 changed files with 6 additions and 16 deletions

View file

@ -1,13 +1,8 @@
{
pkgs ?
import <nixpkgs> {
config = {
allowUnfree = true;
cudaSupport = true;
};
},
pkgs,
mkShell,
}:
pkgs.mkShell {
mkShell {
nativeBuildInputs = with pkgs; [
texliveFull
];

View file

@ -1,13 +1,8 @@
{
pkgs ?
import <nixpkgs> {
config = {
allowUnfree = true;
cudaSupport = true;
};
},
pkgs,
mkShell,
}:
pkgs.mkShell {
mkShell {
nativeBuildInputs = with pkgs; [
d2
mermaid-cli