nix-update VS nix-bundle

Compare nix-update vs nix-bundle and see what are their differences.

nix-update

Swiss-knife for updating nix packages. (by Mic92)

nix-bundle

Bundle Nix derivations to run anywhere! (by matthewbauer)
Nix
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nix-update nix-bundle
5 8
385 593
- -
8.2 1.0
9 days ago 2 months ago
Python Nix
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nix-update

Posts with mentions or reviews of nix-update. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-14.

nix-bundle

Posts with mentions or reviews of nix-bundle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-12.
  • Our Fastest, Most Beautiful Release Ever: Thunderbird 115 “Supernova” Is Here
    6 projects | news.ycombinator.com | 12 Jul 2023
    I admit that there is an element of, "but I chose an obscure and challenging linux variant, waaah why isn't it supported" here, but (a) there's currently no flatpak and (b) when, for goodness sakes, will major linux projects begin packaging for Nix/NixOS as a matter of course?

    It's not hard, and the benefits go far outside merely supporting Nix, as e.g. a flake.nix file would allow this project to generate docker images, and appImage images, as basically afterthoughts. (See e.g. https://github.com/matthewbauer/nix-bundle.)

    Nix flake support would also provide a perfectly reproducible build environment, which can help clarify dependencies, and thus help the project build achieve idempotence, but I'll save the full shill for some github issue.

    In fact, I'm inclined to roll up my shirtsleeves and help make this real.

  • Container runtime as a static binary?
    4 projects | /r/linux | 21 Jan 2023
    https://github.com/matthewbauer/nix-bundle perhaps?
  • Pushing/marketing the nix package manager as a Flatpak/Snap competitor?
    2 projects | /r/NixOS | 25 Nov 2021
    Another way to approach this would be to advocate Nix as the build system for Flatpak or AppImage. Don't know what the status is of nix-bundle, but if it is possible to turn a Nix package into an AppImage with little extra work that would be ideal.
  • Flaptak (and Snap) is not the future
    10 projects | news.ycombinator.com | 23 Nov 2021
    Nix itself is more focused on "distribute from this host with nix, to this other host with nix".

    Though, here is e.g. https://github.com/matthewbauer/nix-bundle, which is supported as an experimental command in nix 2.4.

  • Nix-bundle: package Nix attributes into single-file executables
    1 project | news.ycombinator.com | 7 Nov 2021
  • Does Nix or NixOS address the problem raised by Linus Torvalds on package management?
    3 projects | /r/NixOS | 7 Nov 2021
    I believe this tool does: https://github.com/matthewbauer/nix-bundle
  • NixOS 21.05 Released
    39 projects | news.ycombinator.com | 2 Jun 2021
    Yes, it's extremely powerful once you truly understand Nix.

    There are efforts to improve documentation, but it still is lacking (I think the biggest problem is that Nix is so big, not just the OS but it can be utilized as a build system).

    Just with NixOS is not exactly clear how can you for example build your custom image.

    I think https://nix.dev/ is approaching the documentation from the right direction.

    There are also many pieces that people built that you need to find.

    For example some things that I found accidentally:

    * https://github.com/matthewbauer/nix-bundle

    * https://github.com/cleverca22/not-os

    Unfortunately those side projects often have even worse documentation.

What are some alternatives?

When comparing nix-update and nix-bundle you can also consider the following projects:

LazyVim - Neovim config for the lazy

runix

nixos-generators - Collection of image builders [maintainer=@Lassulus]

nixGL - A wrapper tool for nix OpenGL application [maintainer=@guibou]

flake-utils-plus - Use Nix flakes without any fluff.

nix-gui - Use NixOS Without Coding

archbox - Easy to use Arch Linux chroot environment with some functionalities to integrate it with your existing Linux installation. Mirror of https://momodev.lemniskett.moe/lemniskett/archbox

nixos-config - My NixOS configuration.

Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]

not-os - An operating system generator, based on NixOS, that, given a config, outputs a small (47 MB), read-only squashfs for a runit-based operating system, with support for iPXE and signed boot.

nixos-shell - Spawns lightweight nixos vms in a shell