Fix Nix Package.

This commit is contained in:
Hadi Chokr 2026-04-05 10:37:12 +02:00
parent 6ccc93e6f6
commit 12e01093b0
2 changed files with 10 additions and 10 deletions

View file

@ -3,11 +3,11 @@
"4jlibs": {
"flake": false,
"locked": {
"lastModified": 1774836469,
"narHash": "sha256-ukp6tLThQugPlREYFDDB6IaunjGte08f0Ler/c8cvaY=",
"lastModified": 1774845485,
"narHash": "sha256-6lZrYkW0hX5jQDUy0lb2Qtsst3+lMfJviYUVfuNlEzk=",
"owner": "4jcraft",
"repo": "4jlibs",
"rev": "ab37891dabba90cf1e568660f750cebf46ba83f6",
"rev": "db73929667eb0607821e38b57d01e6954a7df36d",
"type": "github"
},
"original": {
@ -62,11 +62,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1774386573,
"narHash": "sha256-4hAV26quOxdC6iyG7kYaZcM3VOskcPUrdCQd/nx8obc=",
"lastModified": 1775036866,
"narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "46db2e09e1d3f113a13c0d7b81e2f221c63b8ce9",
"rev": "6201e203d09599479a3b3450ed24fa81537ebc4e",
"type": "github"
},
"original": {
@ -108,11 +108,11 @@
"simdutf": {
"flake": false,
"locked": {
"lastModified": 1773677002,
"narHash": "sha256-kq53Jz9zm2bfs8x/74FQbzYrUc+VD7JlnBoYHnEHuSY=",
"lastModified": 1775095916,
"narHash": "sha256-eKMjANt0fbqemtll6iSiFHwYzGWAsuZoVqOXqXNfodc=",
"owner": "simdutf",
"repo": "simdutf",
"rev": "04a9b596de943ea9e4d4c833e39740edf3c11e88",
"rev": "1ac2c2245ce9df6a7d26550e34734882c4a16e9b",
"type": "github"
},
"original": {

View file

@ -128,7 +128,7 @@
installPhase = ''
mkdir -p $out/share/4jcraft
cp -r Minecraft.Client/. $out/share/4jcraft/
cp -r targets/app/. $out/share/4jcraft/
mkdir -p $out/bin
makeWrapper $out/share/4jcraft/Minecraft.Client $out/bin/4jcraft \