Skip to content

Commit

Permalink
add jc141.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Dec 1, 2024
1 parent 3ed3fea commit 09c3a7d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions nix/shell/jc141.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# <https://gitlab.com/jc141x>
# Run jc141 Games on NixOS
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "jc141";
buildInputs = [
dwarfs
bubblewrap
fuse-overlayfs
steam-run
];
shellHook = ''
alias GAMEON="steam-run ./start.n.sh"
'';
}

0 comments on commit 09c3a7d

Please sign in to comment.