astro / nix-openwrt-imagebuilder

Build OpenWRT images in Nix derivations
MIT License
129 stars 16 forks source link

feat: support snapshot releases #20

Closed megheaiulian closed 1 year ago

megheaiulian commented 1 year ago

Adds support for snapshot releases.

e.g:

{
 profiles = openwrt-imagebuilder.lib.profiles { inherit pkgs; release = "snapshot"; };
}

Fixes #19

astro commented 1 year ago

Thank you!