From d2312a9fee73969f0154e057b9ef34f3060c57ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asger=20Juul=20Brunsh=C3=B8j?= Date: Fri, 21 Mar 2025 14:11:41 +0100 Subject: [PATCH] wip --- flake.lock | 18 +++++++++--------- flake.nix | 5 +++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index c0ab54b..8f7a081 100644 --- a/flake.lock +++ b/flake.lock @@ -10,11 +10,11 @@ ] }, "locked": { - "lastModified": 1740523129, - "narHash": "sha256-q/k/T9Hf+aCo8/xQnqyw+E7dYx8Nq1u7KQ2ylORcP+M=", + "lastModified": 1741078851, + "narHash": "sha256-1Qu/Uu+yPUDhHM2XjTbwQqpSrYhhHu7TpHHrT7UO/0o=", "owner": "plul", "repo": "basecamp", - "rev": "0882906c106ab0bf193b3417c845c5accbec2419", + "rev": "3e4579d8b4400506e5f53069448b3471608b5281", "type": "github" }, "original": { @@ -25,11 +25,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1740547748, - "narHash": "sha256-Ly2fBL1LscV+KyCqPRufUBuiw+zmWrlJzpWOWbahplg=", + "lastModified": 1742456341, + "narHash": "sha256-yvdnTnROddjHxoQqrakUQWDZSzVchczfsuuMOxg476c=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3a05eebede89661660945da1f151959900903b6a", + "rev": "7344a3b78128f7b1765dba89060b015fb75431a7", "type": "github" }, "original": { @@ -53,11 +53,11 @@ ] }, "locked": { - "lastModified": 1740623427, - "narHash": "sha256-3SdPQrZoa4odlScFDUHd4CUPQ/R1gtH4Mq9u8CBiK8M=", + "lastModified": 1742524367, + "narHash": "sha256-KzTwk/5ETJavJZYV1DEWdCx05M4duFCxCpRbQSKWpng=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "d342e8b5fd88421ff982f383c853f0fc78a847ab", + "rev": "70bf752d176b2ce07417e346d85486acea9040ef", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 0fa115d..1f29381 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,7 @@ nativeBuildInputs = [ pkgs.cargo-leptos pkgs.dart-sass - pkgs.tailwindcss + pkgs.tailwindcss_4 # For optimizing wasm release builds pkgs.binaryen @@ -137,7 +137,7 @@ pkgs.cargo-leptos pkgs.leptosfmt pkgs.dart-sass - pkgs.tailwindcss + pkgs.tailwindcss_4 pkgs.tailwindcss-language-server # For optimizing wasm release builds @@ -146,6 +146,7 @@ env.RUST_LOG = "info,ascend=debug"; env.MOONBOARD_PROBLEMS = "moonboard-problems"; + env.LEPTOS_TAILWIND_VERSION = "v4.0.8"; }; }; }