From 11767e453778b74a3f825fa1f50ec4af977f7c5e Mon Sep 17 00:00:00 2001 From: Krimdomu Date: Tue, 5 Dec 2023 21:42:49 +0100 Subject: [PATCH] fix: use offical nixpkgs branch --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 76a6490..5a1eeeb 100644 --- a/flake.nix +++ b/flake.nix @@ -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;