move to dart-sass

just found it in my tree
This commit is contained in:
2024-03-23 14:48:42 +02:00
parent 8a9c4dc46e
commit 7841dedbd0
2 changed files with 2 additions and 3 deletions

View File

@@ -16,14 +16,13 @@
}:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = import nixpkgs {inherit system;};
devDeps = with pkgs; [hugo brotli zopfli parallel];
devDeps = with pkgs; [hugo brotli zopfli parallel dart-sass];
in {
devShells.default = pkgs.mkShell {
LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
packages = devDeps;
};
# TODO: cache
defaultPackage = pkgs.stdenv.mkDerivation {
pname = "jakstys.lt";
version = "1.0.0";