justinwoo / easy-purescript-nix

Easy PureScript (and other tools) with Nix
MIT License
193 stars 56 forks source link

script to update packages #46

Closed srghma closed 5 years ago

srghma commented 5 years ago

add scripts to update packages

e.g. I always add update.sh script to update revision.json/other logic

example https://github.com/srghma/dotfiles/blob/master/nixos/pkgs/dunsted-volume/update.sh

this way I dont need to look for new commit, paste it in nix file, make nix-build, then update expected hash

I just run update.sh and that's all


Why I suggest this:

  1. to allewiate steps above
  2. there is no info how pscid is generated and how to update it

N.B. it would be good to have some script update-everything.sh that would run all update.sh scripts in repo

justinwoo commented 5 years ago

Closed for issue cleanup