Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
airportyh committed Aug 17, 2023
1 parent 383c4b4 commit f8f740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ rec {
# customize these IDs for dev. They can be like "python-3.10:v10-20230711-6807d41" or "python-3.10"
# publish your feature branch first and make sure modules.json is current, then
# in goval dir (next to nixmodules), run `make custom-nixmodules-disk` to use this disk in conman
moduleIds = [ "python-3.10" "nodejs-18" ];
moduleIds = [ "python-3.10:v5-20230613-622effa" ];
inherit upgrade-maps;
};

Expand Down

0 comments on commit f8f740e

Please sign in to comment.