aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-29 20:10:04 -0700
committerFuwn <[email protected]>2024-09-29 20:10:04 -0700
commit3e36101435340e0bf850f88eed9a51f11a5f4d28 (patch)
treed76eface7e6f84d175d74e9ab72992a7db6f12bd /flake.nix
parentfeat(flake): add mayu (diff)
downloadtsutsumi-3e36101435340e0bf850f88eed9a51f11a5f4d28.tar.xz
tsutsumi-3e36101435340e0bf850f88eed9a51f11a5f4d28.zip
feat(flake): add gemrest/maple
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8fedec4..e663228 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;