QGIS icon

QGIS 3.44.6

Geographic Information System

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    qgis # QGIS
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    qgis # QGIS
  ];
}

Package Definition

{
  "pname": "qgis",
  "version": "3.44.6",
  "src": {
    "url": "https://download.qgis.org/downloads/macos/pr/qgis_pr_final-3_44_6.dmg",
    "sha256": "aeb21c1b1659403e92c7efbc4c48b1a0c4f97f025bf62044d492e6b5931512c0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QGIS.app\" && cp -r \"QGIS.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Geographic Information System",
    "homepage": "https://www.qgis.org/"
  }
}