Compare commits

..

No commits in common. "53c416ad539cb25f552363c04625f0573cda5987" and "f3c932d91d87cd422ac01c6092c02e9385647fa8" have entirely different histories.

5 changed files with 11 additions and 14 deletions

View file

@ -129,11 +129,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1743231893,
"narHash": "sha256-tpJsHMUPEhEnzySoQxx7+kA+KUtgWqvlcUBqROYNNt0=",
"lastModified": 1742937945,
"narHash": "sha256-lWc+79eZRyvHp/SqMhHTMzZVhpxkRvthsP1Qx6UCq0E=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c570c1f5304493cafe133b8d843c7c1c4a10d3a6",
"rev": "d02d88f8de5b882ccdde0465d8fa2db3aa1169f7",
"type": "github"
},
"original": {
@ -194,12 +194,12 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-F++9IlKzjo5nlNYC+fpx4GfbJiEUqLarfQPBBT5uz3A=",
"path": "/nix/store/xwbzdw1803z7ca584098i7frbafsafhk-source/programs/shadps4",
"narHash": "sha256-40v+vomEF78ueMyMiz3GbMFJi4WOnzfbkGxiB+vFLSY=",
"path": "/nix/store/anc4qzhsc5y7hmsagfga798ngdvs12a0-source/programs/shadps4",
"type": "path"
},
"original": {
"path": "/nix/store/xwbzdw1803z7ca584098i7frbafsafhk-source/programs/shadps4",
"path": "/nix/store/anc4qzhsc5y7hmsagfga798ngdvs12a0-source/programs/shadps4",
"type": "path"
}
},

View file

@ -42,7 +42,6 @@
pkgs.qbittorrent
pkgs.monero-gui
unstable.peazip
unstable.kiwix
# pkgs.protonplus
unstable.pcsx2
@ -110,7 +109,6 @@
pkgs.jetbrains.webstorm
pkgs.jetbrains.rider
pkgs.jetbrains.idea-community
unstable.neovim
# === Dev tooling ===
# === Media ===

View file

@ -1 +0,0 @@
/result

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1743095683,
"narHash": "sha256-gWd4urRoLRe8GLVC/3rYRae1h+xfQzt09xOfb0PaHSk=",
"lastModified": 1742889210,
"narHash": "sha256-hw63HnwnqU3ZQfsMclLhMvOezpM7RSB0dMAtD5/sOiw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5e5402ecbcb27af32284d4a62553c019a3a49ea6",
"rev": "698214a32beb4f4c8e3942372c694f40848b360d",
"type": "github"
},
"original": {

View file

@ -23,8 +23,8 @@
src = pkgs.fetchFromGitHub {
owner = "shadps4-emu";
repo = "shadPS4";
rev = "a707d31a4c23fdd8aefb146ae04d25ecbca246d0";
hash = "sha256-ZOuhdZuLXbR3kzNwoK7jioFy+MjKL8GDBtVRsyGcL98=";
rev = "437af9320104011b32c34c85a6d888a78969b705";
hash = "sha256-yKaDoqQUGlcfHghqvzs9V8ZjPkO7E1imeTeyiMqGvJw=";
fetchSubmodules = true;
leaveDotGit = true;
};