Update flake.lock and flake.nix to pin nixpkgs and add libsass as a dependency

This commit is contained in:
Philip Henning 2025-07-08 22:44:37 +02:00
parent 94f373dd2c
commit 1577416ba8
2 changed files with 4 additions and 3 deletions

View file

@ -182,6 +182,7 @@
propagatedBuildInputs = with pkgs.python3.pkgs; [
setuptools
libsass
];
doCheck = false; # Skip tests during build