File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 87
87
-file "${ ../bak/doom/liquid } /Shader Pack/LTP V4.0 Sky shader addon.pk3" \
88
88
-file ${ ../bak/doom/nashgore.pk3 } \
89
89
-file ${ ../bak/doom/dblood.pk3 } \
90
+ -file ${ ../bak/doom/relite_0.7.3b.pk3 } \
91
+ -file ${ ../bak/doom/SimpleSlots.1.1.pk7 }
92
+ '' ;
93
+ }
94
+ // fj . mkFirejailCustom {
95
+ pkg = "doom-siren" ;
96
+ dir = "doom" ;
97
+ exe = ''
98
+ ${ vkdm } /bin/vkdoom \
99
+ -iwad ${ ../bak/doom/freedoom-0.13.0/freedoom2.wad } \
100
+ -file ${ ../bak/doom/Siren-0.86c.pk3 } \
90
101
-file ${ ../bak/doom/SimpleSlots.1.1.pk7 }
91
102
'' ;
92
103
}
Original file line number Diff line number Diff line change 1
1
{ pkgs , ...} : let
2
2
repo = {
3
3
pname = "vkdoom" ;
4
- version = "640a2b2c4104d957309ffe6d11de8b7e62e1cbb6 " ;
4
+ version = "83441734da61cff298ec5e0c11cf799c7bac1aac " ;
5
5
src = pkgs . fetchgit {
6
6
url = "https://github.com/dpjudas/VkDoom" ;
7
- rev = "640a2b2c4104d957309ffe6d11de8b7e62e1cbb6 " ;
7
+ rev = "83441734da61cff298ec5e0c11cf799c7bac1aac " ;
8
8
fetchSubmodules = false ;
9
9
deepClone = false ;
10
10
leaveDotGit = true ;
11
11
sparseCheckout = [ ] ;
12
- sha256 = "sha256-ahHtgOyB/Z+8J4Uou1CWEg1gR5jUUayoWnb3N1ahRpg =" ;
12
+ sha256 = "sha256-vngGHLeAkBPOYuINqf8er6XFWTuTbfJDT3YCF/MbIQk =" ;
13
13
} ;
14
- date = "2025-02-22 " ;
14
+ date = "2025-05-30 " ;
15
15
} ;
16
16
in
17
17
pkgs . stdenv . mkDerivation {
You can’t perform that action at this time.
0 commit comments