mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -06:00
Compare commits
No commits in common. "4ef0877427e3529c20a5ee30da4731c9b9b76f4a" and "ee96ad47bd5f3a647b3ab131d72629766316e106" have entirely different histories.
4ef0877427
...
ee96ad47bd
3 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
{ 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