Merge pull request #406 from jorritvanderheide/main

fix: nixos example
This commit is contained in:
DreamMaoMao
2025-11-16 07:35:33 +08:00

View File

@@ -189,7 +189,10 @@ Here's an example of using the modules in a flake:
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
mango.url = "github:DreamMaoMao/mango"; mango = {
url = "github:DreamMaoMao/mango";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = outputs =
inputs@{ self, flake-parts, ... }: inputs@{ self, flake-parts, ... }: