Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SKlauncher Nix Flake

A Nix flake that packages SKlauncher — an alternative Minecraft launcher — by wrapping its official AppImage release with appimageTools.

What this does

  • Fetches the SKlauncher 4.0.43 AppImage release directly from GitHub.
  • Wraps it with pkgs.appimageTools.wrapType2 so it can run inside a Nix-managed FHS environment (no manual chmod +x / appimage-run needed).
  • Exposes it as both a standalone package output and an overlay you can add to your own nixpkgs.

Requirements

  • Nix with flakes enabled
  • Linux, x86_64-linux (this flake targets that system only)
  • X11 or XWayland (if using Wayland)

Usage

Run directly

nix run github:pbcdev210/sklauncher-flake

(Or use nix run . if running from a local clone.)

Build

nix build .#default
./result/bin/sklauncher

Add to a NixOS / Home Manager configuration

Add this flake as an input:

inputs.sklauncher-flake.url = "github:pbcdev210/sklauncher-flake";

Then either install the package directly:

environment.systemPackages = [ inputs.sklauncher-flake.packages.${system}.default ];

or apply it as an overlay so pkgs.sklauncher becomes available:

nixpkgs.overlays = [ inputs.sklauncher-flake.overlays.default ];

License

This flake (the packaging code in this repository) is licensed under the MIT License — see LICENSE.

SKlauncher itself is a separate, third-party project with its own license and terms; this flake only automates fetching and running its official binary release. See the SKlauncher website for details on the application itself.

About

skaluncher for nix

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages