Skip to content

Commit

Permalink
Change bundled nix to pkgsStatic.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickvP committed Apr 2, 2024
1 parent 56f8192 commit bbe5832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cog.nix
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ in {
glibc.out
curl
] ++ resolvedSystemPackages
++ (lib.optional config.cognix.includeNix (nix.override { enableDocumentation = false; }));
++ (lib.optional config.cognix.includeNix pkgs.pkgsStatic.nix);
config = {
Entrypoint = [ "${pkgs.tini}/bin/tini" "--" ];
Env = lib.mapAttrsToList (name: val: "${name}=${toString val}") config.cognix.environment;
Expand Down

0 comments on commit bbe5832

Please sign in to comment.