mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
rimgo: pin tailwindcss (#382931)
This commit is contained in:
commit
f365bef3cc
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
lib,
|
||||
fetchFromGitea,
|
||||
buildGoModule,
|
||||
tailwindcss,
|
||||
tailwindcss_3,
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "rimgo";
|
||||
|
@ -18,7 +18,7 @@ buildGoModule rec {
|
|||
|
||||
vendorHash = "sha256-nk1Pl9K62RjmBUgTlbp3u6cCoiEwpUHavfT3Oy0iyGU=";
|
||||
|
||||
nativeBuildInputs = [ tailwindcss ];
|
||||
nativeBuildInputs = [ tailwindcss_3 ];
|
||||
|
||||
preBuild = ''
|
||||
tailwindcss -i static/tailwind.css -o static/app.css -m
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue