add supernote-tool
This commit is contained in:
parent
a8332a6a18
commit
78fc46ef15
4 changed files with 70 additions and 1 deletions
7
packages/default.nix
Normal file
7
packages/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ inputs, system }:
|
||||
let
|
||||
pkgs = inputs.nixpkgs.legacyPackages.${system};
|
||||
in
|
||||
{
|
||||
supernote-tool = pkgs.callPackage ./supernote-tool.nix { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue