1
0
Fork 0
No description
Find a file
2024-04-12 18:27:02 +02:00
_sources Add python + maintainers 2024-04-12 18:04:56 +02:00
lib Refactor + Add lib 2024-04-12 15:37:11 +02:00
maintainers Add python + maintainers 2024-04-12 18:04:56 +02:00
pkgs Add python + maintainers 2024-04-12 18:04:56 +02:00
flake.lock Begin work 2024-04-11 17:15:11 +02:00
flake.nix Add shell env 2024-04-12 18:27:02 +02:00
nvfetcher.toml Add python + maintainers 2024-04-12 18:04:56 +02:00
README.md Add shell env 2024-04-12 18:27:02 +02:00
shell.nix Add shell env 2024-04-12 18:27:02 +02:00

My own flake with packages in dev before add it in nixpkgs

How use it


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

How to update packages

Run nix develop or nix-shell

Then run nvfetcher inside current shell

Packages available

  • maildev : Node (Auto updated with nvfetcher)
  • mkdocs-render-swagger-plugin : Python
  • stripe-mock : Go (Auto updated with nvfetcher)

https://github.com/berberman/nvfetcher?tab=readme-ov-file#installation