mbucc / shmig

Database migration tool written in BASH.
BSD 3-Clause "New" or "Revised" License
458 stars 49 forks source link

Document NixOS support #54

Closed Ma27 closed 5 years ago

Ma27 commented 5 years ago

https://nixos.org/nixos/packages.html#shmig

The package declarations can be found at the centralized sourcetree at https://github.com/nixos/nixpkgs

mbucc commented 5 years ago

@Ma27 Thanks for taking the time to package up shmig. I noticed you used date and sha1 to define package---if I add a 1.0.0 tag, would you use that in your package name?

Ma27 commented 5 years ago

Yes. The standard convention in Nix(OS) is to use unstable-yyyy-mm-dd for packages without releases.

Ma27 commented 5 years ago

I filed a patch to update. Now it points to 1.0.0: https://github.com/NixOS/nixpkgs/pull/53650