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

Hi, an example package i've tried to update: [quickwit](https://github.com/quickwit-oss/quickwit/tags) which have a lot of tags. However none of tags were found on first page (?) and it gives up. modified...

It would be nice if I could give nix-update a commit rev to update the package to.

The problem: Packages built with `buildFlutterApplication` need to vendor the `pubspec.lock` as a JSON file to be used in the builder. The issue is that there is no simple way...

I have a flake with an output like `myprogram = pkgs.buildGoModule {...`, and `nix-update --flake --version=skip myprogram` errors with: ``` error: value is null while a set was expected at...

This is due to https://github.com/NixOS/nix/issues/6767, where builtins.getFlake doesn't work on subdirectories. The solution here, I think, is to use the top level of the repository with `?dir=blah/blah`. Output: ``` configs/nix...

While making [this pr](https://github.com/NixOS/nixpkgs/pull/257467) i noticed `nix-update` update the vendored lock file, instead of removing it.

would be nice to have this work ``` PROMPT> nix-update pulumiPackages.pulumi-azure-native $ nix eval --json --impure --expr let pkgs = import "/home/teto/nixpkgs"; args = builtins.functionArgs pkgs; inputs = (if args...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Other Branches These updates are pending. To force PRs open, click the checkbox...

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...

Would it be possible to update attributes, which contain just fetchers, not explicit derivations with `src` fields?