Commit 18a5f185 authored by Domen Kožar's avatar Domen Kožar
Browse files

pdm: add update script

parent d3f25940
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ lib, python3, fetchFromGitHub, fetchPypi }:
{ lib, python3, fetchFromGitHub, fetchPypi, nix-update-script }:
let
  python = python3.override {
    # override resolvelib due to
@@ -89,6 +89,8 @@ buildPythonApplication rec {

  __darwinAllowLocalNetworking = true;

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    homepage = "https://pdm.fming.dev";
    changelog = "https://github.com/pdm-project/pdm/releases/tag/${version}";