nix-update icon indicating copy to clipboard operation
nix-update copied to clipboard

Swiss-knife for updating nix packages.

Results 25 nix-update issues
Sort by recently updated
recently updated
newest added

Just use whatever nixpkgs has by default

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

Motivation is to update packages such as [catppuccin](https://github.com/NixOS/nixpkgs/blob/master/pkgs/data/themes/catppuccin/default.nix) CC @khaneliman and [lambda-lisp](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/lambda-lisp/default.nix) CC @cafkafk Diff Setting `bat` source to an old version and adding `sources` to `passthru` ```diff diff --git...

``` ❯ nix-update edopro --version 40.1.4 $ nix eval --json --impure --expr let pkgs = import "/home/redhawk/code/nixpkgs"; args = builtins.functionArgs pkgs; inputs = (if args ? system then { system...

Hi, I know nothing about `zig`. It seems like there's a new lockfile thing added in recent versions. it would be fantastic if `nix-update` supported it like it does `Cargo.lock`...

I've been trying to debug why `nix-update` does not work for `spade` in nixpkgs. The issue is that its use of `fetchFromGitLab` relies on `fetchSubmodules`, which in turn makes `fetchFromGitLab`...

``` nix-update \ --flake \ packages.x86_64-linux.foot \ --version \ branch=master \ --commit \ --override-filename \ ./pkgs/foot/metadata.nix ``` results in: ``` [the nix expr that nix-update evals + prints is omitted,...

Upstreams sometimes release tags out of order, for example if there's a stable and LTS version branches that are both getting maintenance. In such cases, running `nix-update` may downgrade stable...

When trying to update a package in a flake I encountered the following error: ``` ❯ nix-update -F warcraftlogs $ nix eval --json --impure --expr let inherit (builtins) getFlake stringLength...

This is not a duplicate of [#11](https://github.com/Mic92/nix-update/issues/11)! I would like `nix-update-script` to be able to auto-update `0-unstable-`-versioned packages to the latest commit on a (configurable) branch, defaulting to the default...