Skip to content

Commit

Permalink
flake: make contrib discoverable in backend image
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Nov 29, 2023
1 parent 0054b23 commit 5f45842
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
pkgs.cacert
pkgs.tzdata
pkgs.atciss
pkgs.atciss-contrib
];
pathsToLink = ["/bin" "/share"];
};
Expand All @@ -177,9 +176,9 @@
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
"PYTHONDONTWRITEBYTECODE=1"
"PYTHONUNBUFFERED=1"
"ATCISS_CONTRIB_PATH=${pkgs.atciss-contrib}"
];
WorkingDir = "/share/atciss";
Entrypoint = ["/bin/atciss"];
};
};

Expand Down

0 comments on commit 5f45842

Please sign in to comment.