nix-community / lorri

Your project’s nix-env [maintainer=@Profpatsch,@nyarly]
Apache License 2.0
638 stars 24 forks source link

chore(nix): update nixpkgs to latest stable version (21.05) #51

Closed Profpatsch closed 3 years ago

Profpatsch commented 3 years ago

Instead of unstable, we update to latest stable NixOS, 21.05 right now.

The fetcher script is rewritten a little, it will use the channels.nixos.org domain to figure out the latest git revision, then prefetch the tarball to generate the hash sum.

Profpatsch commented 3 years ago

Does anybody have a Mac for testing this? I don’t, and I don’t want to spend any more time trying to shoot into the dark.

Profpatsch commented 3 years ago

Okay, apparently this won’t work for now because of https://github.com/NixOS/nixpkgs/pull/122231.

Merging and hoping it will solve itself before the next release.