diff options
| author | Fuwn <[email protected]> | 2024-09-29 20:10:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-29 20:10:04 -0700 |
| commit | 3e36101435340e0bf850f88eed9a51f11a5f4d28 (patch) | |
| tree | d76eface7e6f84d175d74e9ab72992a7db6f12bd /flake.nix | |
| parent | feat(flake): add mayu (diff) | |
| download | tsutsumi-3e36101435340e0bf850f88eed9a51f11a5f4d28.tar.xz tsutsumi-3e36101435340e0bf850f88eed9a51f11a5f4d28.zip | |
feat(flake): add gemrest/maple
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -48,6 +48,17 @@ }; }; + maple = { + url = "github:gemrest/maple"; + + inputs = { + flake-compat.follows = "flake-compat"; + flake-utils.follows = "flake-utils"; + nixpkgs.follows = "nixpkgs"; + systems.follows = "systems"; + }; + }; + mayu = { url = "github:Fuwn/mayu"; @@ -62,6 +73,7 @@ { flake-utils, gigi, + maple, mayu, nixpkgs, pre-commit-hooks, @@ -97,6 +109,7 @@ code-stats-ls = pkgs.callPackage ./pkgs/code-stats-ls.nix { }; gigi = gigi.packages.${system}.default; git-sumi = pkgs.callPackage ./pkgs/git-sumi.nix { }; + maple = maple.packages.${system}.default; mayu = mayu.packages.${system}.default; private-internet-access = pkgs.callPackage ./pkgs/private-internet-access.nix { }; rui = rui.packages.${system}.default; |