2

Add MIT license and Nix packaging

This commit is contained in:
2026-03-12 01:13:57 +01:00
parent 4e87d84237
commit 5fa2f06ce6
6 changed files with 260 additions and 0 deletions

3
default.nix Normal file
View File

@@ -0,0 +1,3 @@
let
pkgs = import <nixpkgs> { };
in pkgs.callPackage ./package.nix { }