Update flake.lock and flake.nix to pin nixpkgs and add libsass as a dependency
This commit is contained in:
parent
94f373dd2c
commit
1577416ba8
2 changed files with 4 additions and 3 deletions
|
@ -182,6 +182,7 @@
|
|||
|
||||
propagatedBuildInputs = with pkgs.python3.pkgs; [
|
||||
setuptools
|
||||
libsass
|
||||
];
|
||||
|
||||
doCheck = false; # Skip tests during build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue