Skip to content

Commit

Permalink
Hard-wire python version to get overlay to 'work'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Jun 16, 2022
1 parent 5da3944 commit aed6a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/flake.nix
Expand Up @@ -83,7 +83,7 @@
name = pythonVersion;
value = pkgs.mkShell {
buildInputs = [
(python-with-all-my-packages pkgs.${ pythonVersion })
(python-with-all-my-packages pkgs.python3)
pkgs.just
pkgs.cowsay
];
Expand Down

0 comments on commit aed6a83

Please sign in to comment.