Files
LCE-Qt-Launcher/flake.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 }: {
};