From 135a4b76a75f74b70e8b075235457e4ebe4c687d Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Wed, 12 Feb 2025 04:08:29 +0100 Subject: [PATCH] Undid some work because it was not pure and hence not possible --- user-modules/development/default.nix | 2 +- .../ide/{mathematica/default.nix => mathematica.nix} | 0 user-modules/development/ide/mathematica/.gitignore | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) rename user-modules/development/ide/{mathematica/default.nix => mathematica.nix} (100%) delete mode 100644 user-modules/development/ide/mathematica/.gitignore diff --git a/user-modules/development/default.nix b/user-modules/development/default.nix index 8cb842a..510de54 100644 --- a/user-modules/development/default.nix +++ b/user-modules/development/default.nix @@ -2,7 +2,7 @@ { imports = [ - ./ide/mathematica/default.nix + ./ide/mathematica.nix ./ide/matlab.nix # TODO: Move languages to make clear it is just IDE configuration # Languages should be installed with devShells, however the IDE must be configured globally diff --git a/user-modules/development/ide/mathematica/default.nix b/user-modules/development/ide/mathematica.nix similarity index 100% rename from user-modules/development/ide/mathematica/default.nix rename to user-modules/development/ide/mathematica.nix diff --git a/user-modules/development/ide/mathematica/.gitignore b/user-modules/development/ide/mathematica/.gitignore deleted file mode 100644 index 714dc0c..0000000 --- a/user-modules/development/ide/mathematica/.gitignore +++ /dev/null @@ -1 +0,0 @@ -Wolfram_14.1.0_Lin_Bndl.sh \ No newline at end of file