nvfetcher

Generate nix sources expr for the latest version of packages (by berberman)

Nvfetcher Alternatives

Similar projects and alternatives to nvfetcher

  1. awesome-neovim

    Collections of awesome neovim plugins.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. openvsx

    An open-source registry for VS Code extensions

  4. LazyVim

    Neovim config for the lazy

  5. flake-parts

    ❄️ Simplify Nix Flakes with the module system

  6. dotfiles

    Personal configuration files for my PC (by viperML)

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  8. flake-awesome-neovim-plugins

    Nix flake of Awesome Neovim plugins

  9. devos-ext-lib

    A kick ass library to dominate your Extensions (with DevOS).

  10. nix-update

    Swiss-knife for updating nix packages.

  11. dotfiles

    a mobile configuration, for a mobile human 💻 (by azemetre)

  12. fog

    Where else would a flake forms ;) (by danielphan2003)

  13. commander-cli

    A simple library I wrote to allow me to quickly and easily construct command line interfaces.

  14. nix-vscode-marketplace

    Discontinued VSCode and OpenVSX extensions for Nix

  15. neoinfra

    Infrastucture as code

  16. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better nvfetcher alternative or higher similarity.

nvfetcher discussion

Log in or Post with

nvfetcher reviews and mentions

Posts with mentions or reviews of nvfetcher. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-21.
  • Why you don't need flake-utils
    4 projects | /r/NixOS | 21 May 2023
    Pinning can be done without flakes, be it manually or with codegen (nvfetcher)
  • Accessing contents of non-flake repo input to a flake?
    2 projects | /r/NixOS | 14 Feb 2023
    You should instead use the regular fetchGit, fetchFromGitHub etc. fetchers in fairly vanilla code, and yes, that often means dealing with checksums in some form. If you truly just want to yeet the latest revision into place no matter what it is, there are ways to automate that still, such as berberman/nvfetcher, or Mic92/nix-update.
  • Will you move from Packer to Lazy ?
    8 projects | /r/neovim | 5 Feb 2023
    Yes, however one downside is that, afaik, the inputs are downloaded eagerly, not lazily. Alternatively there are things like nix-update and nvfetcher.
  • Nix VSCode Marketplace
    4 projects | /r/NixOS | 12 Jul 2022
    The fetcher for this is https://github.com/berberman/nvfetcher. And if you want to simply map all the sources to extension packes, you could use http://github.com/divnix/devos-ext-lib and follow the readme. This is how I do it.
  • Nix flake of Vim/Neovim plugins, part of them are auto-generated from Awesome Neovim
    7 projects | /r/NixOS | 28 Dec 2021
    It has support for passthru so you can expose description, homepage and other meta attributes. You (currently) can't directly pass a attribute set to the nix source because nvfetcher is using string interpolation to generate it, so only string is allowed. There is a tracking issue for this: github.com/berberman/nvfetcher/issues/40. For now, you can use mapAttrs sources (sources = import ./_sources/generated.nix { inherit (final) fetchurl fetchgit fetchFromGitHub; }) to generate the appropriate meta from passthru.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 16 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic nvfetcher repo stats
6
199
5.0
4 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Haskell is
the 25th most popular programming language
based on number of references?