mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Compare commits
3 commits
ee96ad47bd
...
4ef0877427
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4ef0877427 | ||
![]() |
da7ad879e6 | ||
![]() |
ffa179d708 |
3 changed files with 11 additions and 0 deletions
0
software/gaming/.gitkeep
Normal file
0
software/gaming/.gitkeep
Normal file
0
software/gaming/BAR/.gitkeep
Normal file
0
software/gaming/BAR/.gitkeep
Normal file
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