diff options
-rw-r--r-- | latex/flake.nix | 6 | ||||
-rw-r--r-- | markdown/flake.nix | 4 | ||||
-rw-r--r-- | rust/flake.nix | 7 | ||||
-rw-r--r-- | shell/flake.nix | 8 |
4 files changed, 3 insertions, 22 deletions
diff --git a/latex/flake.nix b/latex/flake.nix index d8e5b9d..22a4cdb 100644 --- a/latex/flake.nix +++ b/latex/flake.nix @@ -88,15 +88,11 @@ }; devShells.default = pkgs.mkShell { packages = with pkgs; [ - nil - alejandra - statix - ltex-ls cocogitto flake_version_update.packages."${system}".default lpm.packages."${system}".default + texlive - texlab zathura ]; }; diff --git a/markdown/flake.nix b/markdown/flake.nix index c386e41..3239b12 100644 --- a/markdown/flake.nix +++ b/markdown/flake.nix @@ -46,10 +46,6 @@ }; devShells.default = pkgs.mkShell { packages = with pkgs; [ - nil - alejandra - statix - ltex-ls cocogitto flake_version_update.packages."${system}".default ]; diff --git a/rust/flake.nix b/rust/flake.nix index e68d2d8..dc7c778 100644 --- a/rust/flake.nix +++ b/rust/flake.nix @@ -70,14 +70,9 @@ devShells.default = pkgs.mkShell { packages = with pkgs; [ - nil - alejandra - statix - ltex-ls cocogitto - rust-stable - rust-analyzer + rust_default cargo-edit ]; }; diff --git a/shell/flake.nix b/shell/flake.nix index 446a30c..fbd4709 100644 --- a/shell/flake.nix +++ b/shell/flake.nix @@ -59,7 +59,7 @@ inherit (pkgs) #pandoc - + ; }; @@ -79,13 +79,7 @@ }; devShells.default = pkgs.mkShell { packages = with pkgs; [ - nil - alejandra - statix - ltex-ls flake_version_update.packages."${system}".default - - shellcheck ]; }; }); |