add supernote-tool

This commit is contained in:
Henri Dohmen 2026-01-08 12:45:46 +01:00
parent a8332a6a18
commit 78fc46ef15
Signed by: hd
GPG key ID: AB79213B044674AE
4 changed files with 70 additions and 1 deletions

7
packages/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ inputs, system }:
let
pkgs = inputs.nixpkgs.legacyPackages.${system};
in
{
supernote-tool = pkgs.callPackage ./supernote-tool.nix { };
}