flake.nix: usePureFromTOML

This commit is contained in:
notohh 2023-10-06 18:00:42 -04:00
parent b207de43fa
commit c7c80f35aa
Signed by untrusted user: notohh
GPG key ID: BD47506D475EE86D

View file

@ -22,7 +22,6 @@
in rec {
defaultPackage = naersk'.buildPackage {
src = ./.;
usePureFromTOML = false;
nativeBuildInputs = with pkgs; [
python311
pkg-config