Switch to dart-sass

Faster, and hopefully less error-prone
This commit is contained in:
Eli Ribble 2026-01-30 16:32:13 +00:00
parent 5970e9c5a4
commit bc27a19534
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ pkgs.buildGoModule rec {
# Needs to be updated after every modification of go.mod/go.sum
vendorHash = "sha256-aaJnH258H1LkXvb22rR3Clg7fKzA/HSmBZUkh1E8jKI=";
nativeBuildInputs = [ pkgs.sass ];
nativeBuildInputs = [ pkgs.dart-sass ];
preBuild = ''

View file

@ -21,11 +21,11 @@
buildInputs = [
pkgs.air
pkgs.autoprefixer
pkgs.dart-sass
pkgs.go
pkgs.goose
pkgs.gotools
pkgs.lefthook
pkgs.sass
pkgs.watchexec
];
};