Compare commits

...

4 commits

Author SHA1 Message Date
BuyMyMojo
53c416ad53
bump flake.lock 2025-03-31 03:05:40 +11:00
BuyMyMojo
1785fb5e7b
Install neovim (I will fail to learn it again) 2025-03-31 03:05:31 +11:00
BuyMyMojo
b5c037aba4
Install kiwix 2025-03-31 03:05:12 +11:00
BuyMyMojo
12c13f05f0
Update shadPS4-git 2025-03-31 03:04:52 +11:00
5 changed files with 14 additions and 11 deletions

View file

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

View file

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

View file

@ -0,0 +1 @@
/result

View file

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

View file

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