Skip to content

Commit

Permalink
Merge pull request #405 from replit/dstewart/unpin-debugpy
Browse files Browse the repository at this point in the history
bug: Removing debugpy override
  • Loading branch information
blast-hardcheese authored Oct 11, 2024
2 parents 42fcc88 + a99e7d4 commit 0de5118
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions pkgs/modules/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,8 @@ let
destination = "/config.toml";
};

debugpy = pypkgs.debugpy.overridePythonAttrs
(old: rec {
disabled = false;
version = "1.8.0";
src = pkgs.fetchFromGitHub {
owner = "microsoft";
repo = "debugpy";
rev = "refs/tags/v${version}";
hash = "sha256-FW1RDmj4sDBS0q08C82ErUd16ofxJxgVaxfykn/wVBA=";
};
doCheck = false;
});

dapPython = pkgs.callPackage ../../dapPython {
inherit pkgs python pypkgs debugpy;
inherit pkgs python pypkgs;
};

debuggerConfig = {
Expand Down

0 comments on commit 0de5118

Please sign in to comment.