Skip to content

Commit c585679

Browse files
committed
tailwindcss: make v4 default, move tailwindcss_3 to by-name
1 parent 53c7c91 commit c585679

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ tailwindcss_4 }: tailwindcss_4

pkgs/development/tools/tailwindcss/default.nix renamed to pkgs/by-name/ta/tailwindcss_3/package.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
fetchurl,
44
stdenv,
55
runCommand,
6-
tailwindcss,
76
}:
87
let
98
inherit (stdenv.hostPlatform) system;
@@ -30,7 +29,7 @@ let
3029
.${system} or throwSystem;
3130
in
3231
stdenv.mkDerivation (finalAttrs: {
33-
pname = "tailwindcss";
32+
pname = "tailwindcss_3";
3433
version = "3.4.17";
3534

3635
src = fetchurl {

pkgs/by-name/ta/tailwindcss_4/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
versionCheckHook,
66
autoPatchelfHook,
77
makeWrapper,
8-
tailwindcss_4,
98
}:
109
let
1110
version = "4.0.6";

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,8 +1081,6 @@ with pkgs;
10811081
ocamlPackages = ocaml-ng.ocamlPackages_4_14;
10821082
};
10831083

1084-
tailwindcss = callPackage ../development/tools/tailwindcss { };
1085-
10861084
ufolint = with python3Packages; toPythonApplication ufolint;
10871085

10881086
valeronoi = qt6Packages.callPackage ../tools/misc/valeronoi { };

0 commit comments

Comments
 (0)