move to dart-sass
just found it in my tree
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user