ocfox / nixpkgs-tracker

Nixpkgs pr tracker, use Github API. Super fast!
https://nixpkgs-tracker.ocfox.me
MIT License
53 stars 2 forks source link

nix flake init #6

Closed phanirithvij closed 3 weeks ago

phanirithvij commented 3 weeks ago

Added a simple flake with basic formatting checks. yarn with a shell.nix is the only thing needed really.

nix-shell --run "yarn build/dev". or nix develop or direnv allow for dev.

Consider this just a suggestion and I don't mind if not accepted, since the build is simple enough to not require nix flakes.

ocfox commented 3 weeks ago

Thanks!