mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 03:04:03 -06:00
Upload New File
This commit is contained in:
parent
da7ad879e6
commit
4ef0877427
1 changed files with 11 additions and 0 deletions
11
software/gaming/BAR/shell.nix
Normal file
11
software/gaming/BAR/shell.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
appimage-run
|
||||
openal
|
||||
];
|
||||
shellHook = ''
|
||||
export LD_LIBRARY_PATH="${pkgs.openal}/lib:$LD_LIBRARY_PATH"
|
||||
appimage-run Beyond-All-Reason-1.2988.0.AppImage
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue