Skip to content

Commit

Permalink
python with mkDefault so it can be overriden easily
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjobeki authored and DavHau committed Oct 17, 2023
1 parent b10f349 commit ce82ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dream2nix/core/paths/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
../deps
];
deps = {nixpkgs, ...}: {
python3 = nixpkgs.python3;
python3 = lib.mkDefault nixpkgs.python3;
substituteAll = nixpkgs.substituteAll;
};
paths = {
Expand Down

0 comments on commit ce82ab8

Please sign in to comment.