mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 03:50:39 +00:00
12 lines
231 B
Nix
12 lines
231 B
Nix
{
|
|
description = "A Custom Minecraft Legacy Console Launcher written in Python with Free Software in mind.";
|
|
|
|
inputs = {
|
|
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
|
|
};
|
|
|
|
outputs = { self, nixpkgs }: {
|
|
|
|
|
|
};
|