mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nix-update-script: migrate to nix-update package
This commit is contained in:
parent
9fb83eb131
commit
23c316282e
@ -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";
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user