diff --git a/nix/shell/jc141.nix b/nix/shell/jc141.nix new file mode 100644 index 0000000..a727c16 --- /dev/null +++ b/nix/shell/jc141.nix @@ -0,0 +1,15 @@ +# +# Run jc141 Games on NixOS +with import {}; + stdenv.mkDerivation { + name = "jc141"; + buildInputs = [ + dwarfs + bubblewrap + fuse-overlayfs + steam-run + ]; + shellHook = '' + alias GAMEON="steam-run ./start.n.sh" + ''; + }