Skip to content

Commit

Permalink
Merge pull request #28 from krimdomu/fix-python-glibc-issue
Browse files Browse the repository at this point in the history
fix: use offical nixpkgs branch
  • Loading branch information
domenkozar authored Jan 11, 2024
2 parents cd1f364 + 11767e4 commit 7d9ad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "All Python versions packages in Nix.";

inputs = {
nixpkgs.url = "github:domenkozar/nixpkgs/cpython-moduralize";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";

flake-compat.url = "github:edolstra/flake-compat";
flake-compat.flake = false;
Expand Down

0 comments on commit 7d9ad38

Please sign in to comment.