diff --git a/shells/latex/default.nix b/shells/latex/default.nix index 767cb5d..60e34d2 100644 --- a/shells/latex/default.nix +++ b/shells/latex/default.nix @@ -1,13 +1,8 @@ { - pkgs ? - import { - config = { - allowUnfree = true; - cudaSupport = true; - }; - }, + pkgs, + mkShell, }: -pkgs.mkShell { +mkShell { nativeBuildInputs = with pkgs; [ texliveFull ]; diff --git a/shells/presenterm/default.nix b/shells/presenterm/default.nix index c062099..924d41a 100644 --- a/shells/presenterm/default.nix +++ b/shells/presenterm/default.nix @@ -1,13 +1,8 @@ { - pkgs ? - import { - config = { - allowUnfree = true; - cudaSupport = true; - }; - }, + pkgs, + mkShell, }: -pkgs.mkShell { +mkShell { nativeBuildInputs = with pkgs; [ d2 mermaid-cli