updated and switch stringify-ing strategy

This commit is contained in:
Gerg-L 2023-06-26 22:45:04 -04:00
parent da8e226c3a
commit 2057ff5d17
6 changed files with 32 additions and 32 deletions

View file

@ -38,8 +38,8 @@ _: {
;
};
etc = {
"jdks/17".source = pkgs.openjdk17 + /bin;
"jdks/8".source = pkgs.openjdk8 + /bin;
"jdks/17".source = "${pkgs.openjdk17}/bin";
"jdks/8".source = "${pkgs.openjdk8}/bin";
};
};
networking = {