WIP: feat: init nix as a builder #1

Closed
notohh wants to merge 4 commits from (deleted):main into main
Showing only changes of commit c7c80f35aa - Show all commits

View file

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