Skip to content

Instantly share code, notes, and snippets.

@Lgmrszd
Lgmrszd / flake.nix
Last active February 27, 2025 04:40
MC modding shell
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs }:
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
libs = with pkgs; [