A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: retain only one binary in the docker image

+1 -1
+1 -1
flake/packages.nix
··· 111 111 pkgs.dockerTools.fakeNss 112 112 ]; 113 113 config = { 114 - Entrypoint = [ "${self'.packages.attic-server}/bin/atticd" ]; 114 + Entrypoint = [ "/bin/atticd" ]; 115 115 Env = [ 116 116 "SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" 117 117 ];