mirror of
https://github.com/phfroidmont/scalive.git
synced 2025-12-25 05:26:59 +01:00
Style example with tailwind
This commit is contained in:
parent
5dbf3d3ab6
commit
44ffa55cc6
5 changed files with 85 additions and 27 deletions
|
|
@ -11,10 +11,10 @@
|
|||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
mill = pkgs.mill.overrideAttrs (old: rec {
|
||||
version = "1.0.3";
|
||||
version = "1.0.4";
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://repo1.maven.org/maven2/com/lihaoyi/mill-dist-native-linux-amd64/${version}/mill-dist-native-linux-amd64-${version}.exe";
|
||||
hash = "sha256-Q7Yc9MXnMmggyMeNq0nEoL1iNTGEbJpdwH2j8/JkJyI=";
|
||||
hash = "sha256-rgAqlTCZc8nedUU2D+Klo3KY0z9sI0KJczdaugM3//8=";
|
||||
};
|
||||
buildInputs = [ pkgs.zlib ];
|
||||
nativeBuildInputs = [
|
||||
|
|
@ -41,6 +41,7 @@
|
|||
buildInputs = [
|
||||
mill
|
||||
pkgs.scalafmt
|
||||
pkgs.tailwindcss_4
|
||||
];
|
||||
shellHook = "mill --bsp-install";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue