1
0
Fork 0

Add How use it

This commit is contained in:
Florian RICHER 2024-04-12 18:17:51 +02:00
parent 7425480fc9
commit 94ec630632

View file

@ -1,5 +1,27 @@
# My own flake with packages in dev before add it in nixpkgs
## How use it
```nix
inputs = {
[...]
myflake = {
url = "github:mrdev023/myflake";
inputs.nixpkgs.follows = "nixpkgs";
};
[...]
}
outputs = { [...], myflake }:
[...]
let
myflake-pkgs = import myflake { inherit system; };
in
[...]
```
Then you can use with myflake-pkgs.maildev in your project
## Packages available
- maildev : Node (Auto updated with nvfetcher)