diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-08 22:14:57 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-08 22:14:57 +0900 |
| commit | 7b625b804f580968d5836d01db262401eb38e321 (patch) | |
| tree | 8d9148b20d4ff973a8e50692d6a3b9b8085386f2 /default.nix | |
| parent | 3676d489fbf39380e9f59d6abd4c20725180c4cc (diff) | |
| download | nur-packages-7b625b804f580968d5836d01db262401eb38e321.tar.gz nur-packages-7b625b804f580968d5836d01db262401eb38e321.tar.zst nur-packages-7b625b804f580968d5836d01db262401eb38e321.zip | |
feat(source-han-code-jp): new
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 7443a5b..b6474fd 100644 --- a/default.nix +++ b/default.nix @@ -17,8 +17,10 @@ overlays = import ./overlays; # nixpkgs overlays example-package = pkgs.callPackage ./pkgs/example-package { }; + claude-code = pkgs.callPackage ./pkgs/claude-code { }; hgrep = pkgs.callPackage ./pkgs/hgrep { }; + source-han-code-jp = pkgs.callPackage ./pkgs/source-han-code-jp { }; git-helpers = pkgs.callPackage ./pkgs/git-helpers { }; reparojson = pkgs.callPackage ./pkgs/reparojson { }; |
