Skip to content

Commit

Permalink
Rename repo to geospatial-nix.repo
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Nov 27, 2024
1 parent 6e85111 commit 88da375
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build packages](https://github.com/imincik/geospatial-nix.rolling/actions/workflows/build-packages.yml/badge.svg)](https://github.com/imincik/geospatial-nix.rolling/actions/workflows/build-packages.yml)
[![Build packages](https://github.com/imincik/geospatial-nix.repo/actions/workflows/build-packages.yml/badge.svg)](https://github.com/imincik/geospatial-nix.repo/actions/workflows/build-packages.yml)

Weekly updated geospatial packages repository and Nix overlay based on Nixpkgs
unstable branch.
Expand All @@ -22,24 +22,24 @@ curl --proto '=https' --tlsv1.2 -sSf \

* Show Geospatial NIX content
```bash
nix flake show github:imincik/geospatial-nix.rolling
nix flake show github:imincik/geospatial-nix.repo
```

### Run applications without installation

* Launch the latest stable QGIS version
```bash
nix run github:imincik/geospatial-nix.rolling#qgis
nix run github:imincik/geospatial-nix.repo#qgis
```

* Launch QGIS LTR version
```bash
nix run github:imincik/geospatial-nix.rolling#qgis-ltr
nix run github:imincik/geospatial-nix.repo#qgis-ltr
```

### Run shell environments

* Launch shell environment containing Python (with fiona) and GDAL
```bash
nix develop github:imincik/geospatial-nix.rolling#cli
nix develop github:imincik/geospatial-nix.repo#cli
```

0 comments on commit 88da375

Please sign in to comment.