Files
LCE-Qt-Launcher/flake.nix

11 lines
230 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 }: {
};