Geospatial NIX provides weekly updated geospatial packages built on top of the latest stable Nixpkgs branch.
Check out the user interface at https://geospatial-nix.today/ .
- Install Nix (learn more about this installer)
curl --proto '=https' --tlsv1.2 -sSf \
-L https://install.determinate.systems/nix \
| sh -s -- install
- Show Geospatial NIX content
nix flake show github:imincik/geospatial-nix
- Launch the latest stable QGIS version
nix run github:imincik/geospatial-nix#qgis
- Launch QGIS LTR version
nix run github:imincik/geospatial-nix#qgis-ltr
- Launch shell environment containing Python (with fiona) and GDAL
nix develop github:imincik/geospatial-nix#cli