From f8f740e9132150cec83f1a86056fbda433d5752d Mon Sep 17 00:00:00 2001 From: Toby Ho Date: Thu, 17 Aug 2023 15:02:15 +0000 Subject: [PATCH] try --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index b7f81fb9..d778ecdb 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -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; };