nix-update-script: migrate to nix-update package

This commit is contained in:
Anderson Torres 2024-09-16 18:00:16 -03:00
parent 9fb83eb131
commit 23c316282e
3 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
lib,
callPackage,
fetchFromGitHub,
nix,
nix-prefetch-git,
@ -40,6 +41,10 @@ python3Packages.buildPythonApplication rec {
runHook postCheck
'';
passthru = {
nix-update-script = callPackage ./nix-update-script.nix { };
};
meta = {
homepage = "https://github.com/Mic92/nix-update/";
description = "Swiss-knife for updating nix packages";

View File

@ -139,7 +139,7 @@ with pkgs;
unstableGitUpdater = callPackage ../common-updater/unstable-updater.nix { };
nix-update-script = callPackage ../common-updater/nix-update.nix { };
inherit (nix-update) nix-update-script;
### Push NixOS tests inside the fixed point