mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Revert "nix-pin: add passthru.updateScript
"
This reverts commit 146dabd4ac
.
breaks evaluation
This commit is contained in:
parent
1cbf988217
commit
b96cc8fb86
@ -20,19 +20,6 @@ let self = stdenv.mkDerivation rec {
|
|||||||
let api = import "${self}/share/nix/api.nix" { inherit pkgs; }; in
|
let api = import "${self}/share/nix/api.nix" { inherit pkgs; }; in
|
||||||
{
|
{
|
||||||
inherit (api) augmentedPkgs pins callPackage;
|
inherit (api) augmentedPkgs pins callPackage;
|
||||||
updateScript = ''
|
|
||||||
set -e
|
|
||||||
echo
|
|
||||||
cd ${toString ./.}
|
|
||||||
${pkgs.nix-update-source}/bin/nix-update-source \
|
|
||||||
--prompt version \
|
|
||||||
--replace-attr version \
|
|
||||||
--set owner timbertson \
|
|
||||||
--set repo nix-pin \
|
|
||||||
--set type fetchFromGitHub \
|
|
||||||
--set rev 'version-{version}' \
|
|
||||||
--modify-nix default.nix
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/timbertson/nix-pin";
|
homepage = "https://github.com/timbertson/nix-pin";
|
||||||
|
Loading…
Reference in New Issue
Block a user