@m14i/sith 1.7.3 → 1.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docker/Dockerfile CHANGED
@@ -65,7 +65,9 @@ RUN mkdir -p /home/sith && \
65
65
  echo "sith:x:1000:" >> /etc/group && \
66
66
  mkdir -p /home/sith/.opencode /home/sith/.npm-global /workspace && \
67
67
  cp -r /root/.opencode/* /home/sith/.opencode/ 2>/dev/null || true && \
68
- chown -R 1000:1000 /home/sith /workspace /opt/sith
68
+ mkdir -p /nix/var/nix/profiles/per-user/sith && \
69
+ chown -R 1000:1000 /home/sith /workspace /opt/sith /nix/var/nix/profiles/per-user/sith && \
70
+ chmod 755 /nix/var/nix/profiles/per-user
69
71
 
70
72
  # Copier la configuration npm pour l'utilisateur sith
71
73
  RUN echo "registry=https://registry.npmjs.org/" > /home/sith/.npmrc && \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m14i/sith",
3
- "version": "1.7.3",
3
+ "version": "1.7.5",
4
4
  "description": "Turn your context to the dark side. Standardize and share your OpenCode setup with a fully dockerized environment, designed for seamless collaboration and CI integration.",
5
5
  "type": "module",
6
6
  "repository": {