nix: merge mmsg to mangowc project

This commit is contained in:
ProggerX 2025-10-18 09:46:18 +03:00 committed by DreamMaoMao
parent 80efd31e21
commit 02d65c33e4
4 changed files with 2 additions and 71 deletions

View file

@ -2,10 +2,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
mmsg = {
url = "github:DreamMaoMao/mmsg";
inputs.nixpkgs.follows = "nixpkgs";
};
scenefx = {
url = "github:wlrfx/scenefx";
inputs.nixpkgs.follows = "nixpkgs";
@ -33,9 +29,7 @@
...
}: let
inherit (pkgs) callPackage ;
inherit (inputs.mmsg.packages.${pkgs.system}) mmsg;
mango = callPackage ./nix {
inherit mmsg;
inherit (inputs.scenefx.packages.${pkgs.system}) scenefx;
};
shellOverride = old: {
@ -49,7 +43,6 @@
};
packages = {
inherit mango;
inherit mmsg;
};
devShells.default = mango.overrideAttrs shellOverride;
formatter = pkgs.alejandra;