1
Fork 0

remove TODO

it's done
main
Motiejus Jakštys 2023-04-03 22:15:50 +03:00
parent af8b1ddc03
commit f26dc8ed42
1 changed files with 1 additions and 7 deletions

View File

@ -49,16 +49,10 @@
''; '';
installPhase = '' installPhase = ''
cd .. cd ..; mv public $out
mv public $out
''; '';
}; };
# TODO how to run scripts/build as a result of `nix run .`?
#packages = flake-utils.lib.mkApp {
# name = "build
#};
formatter = pkgs.alejandra; formatter = pkgs.alejandra;
}); });
} }