update lockfile
This commit is contained in:
parent
8adc4a80c1
commit
4b40e34532
18 changed files with 179 additions and 288 deletions
|
|
@ -123,6 +123,7 @@
|
|||
android-studio
|
||||
jetbrains.rider
|
||||
jetbrains.clion
|
||||
android-tools
|
||||
# jetbrains.idea-ultimate
|
||||
|
||||
# communication
|
||||
|
|
@ -165,13 +166,13 @@
|
|||
ryubing # switch emu
|
||||
rpcs3 # ps3 emu
|
||||
prismlauncher
|
||||
inputs.sobercookie.packages.${pkgs.system}.default
|
||||
inputs.sobercookie.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
krunker
|
||||
(writeScriptBin "crosshair-overlay" ''
|
||||
${lib.getExe bubblewrap} \
|
||||
--ro-bind / / \
|
||||
--chdir "$XDG_PICTURES_DIR" \
|
||||
-- ${inputs.crosshair-overlay.packages.${pkgs.system}.default}/bin/crosshair-overlay $@
|
||||
-- ${inputs.crosshair-overlay.packages.${pkgs.stdenv.hostPlatform.system}.default}/bin/crosshair-overlay $@
|
||||
'')
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue