This commit is contained in:
John Lancaster
2024-12-17 01:15:35 -06:00
parent 7216a90f90
commit f36c1b1188

View File

@@ -4,7 +4,7 @@
devenv.url = "github:cachix/devenv";
nixpkgs-python = {
url = "github:cachix/nixpkgs-python";
inputs = { nixpkgs.follows = "nixpkgs"; };
inputs.nixpkgs.follows = "nixpkgs";
};
};