Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-30 #328291

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for nu_scripts is: Place to share Nushell scripts with each other

meta.homepage for nu_scripts is: https://github.com/nushell/nu_scripts

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0-unstable-2024-07-18 in filename of file in /nix/store/v7cyrwdak2cd9rb4rh92kr95qz73c0wd-nu_scripts-0-unstable-2024-07-18

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

nu_scripts
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/v7cyrwdak2cd9rb4rh92kr95qz73c0wd-nu_scripts-0-unstable-2024-07-18 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A nu_scripts https://github.com/r-ryantm/nixpkgs/archive/919e4a58748081e9f97c951d2dfb70a1e9baab7f.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/919e4a58748081e9f97c951d2dfb70a1e9baab7f#nu_scripts

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/v7cyrwdak2cd9rb4rh92kr95qz73c0wd-nu_scripts-0-unstable-2024-07-18
ls -la /nix/store/v7cyrwdak2cd9rb4rh92kr95qz73c0wd-nu_scripts-0-unstable-2024-07-18/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • nu_scripts

Maintainer pings

cc @CardboardTurkey for testing.

@ofborg ofborg bot requested a review from CardboardTurkey July 19, 2024 00:21
@r-ryantm r-ryantm changed the title nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-07-18 nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-07-28 Jul 28, 2024
@r-ryantm r-ryantm force-pushed the auto-update/nu_scripts branch from 919e4a5 to 7b2ca43 Compare July 28, 2024 18:54
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for nu_scripts is: Place to share Nushell scripts with each other

meta.homepage for nu_scripts is: https://github.com/nushell/nu_scripts

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0-unstable-2024-07-28 in filename of file in /nix/store/v3napncy4ywl9s0if182skiq4dck61n9-nu_scripts-0-unstable-2024-07-28

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

nu_scripts
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/v3napncy4ywl9s0if182skiq4dck61n9-nu_scripts-0-unstable-2024-07-28 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A nu_scripts https://github.com/r-ryantm/nixpkgs/archive/7b2ca436c1ac6bc0152fd867488f15374b72e66c.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/7b2ca436c1ac6bc0152fd867488f15374b72e66c#nu_scripts

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/v3napncy4ywl9s0if182skiq4dck61n9-nu_scripts-0-unstable-2024-07-28
ls -la /nix/store/v3napncy4ywl9s0if182skiq4dck61n9-nu_scripts-0-unstable-2024-07-28/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • nu_scripts

Maintainer pings

cc @CardboardTurkey for testing.

@r-ryantm r-ryantm force-pushed the auto-update/nu_scripts branch from 7b2ca43 to 62ce998 Compare August 9, 2024 17:12
@r-ryantm r-ryantm changed the title nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-07-28 nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-09 Aug 9, 2024
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Aug 9, 2024

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for nu_scripts is: Place to share Nushell scripts with each other

meta.homepage for nu_scripts is: https://github.com/nushell/nu_scripts

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0-unstable-2024-08-09 in filename of file in /nix/store/1knp8mp0x6rhjrmjag294iqjg4b2m4la-nu_scripts-0-unstable-2024-08-09

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

nu_scripts
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/1knp8mp0x6rhjrmjag294iqjg4b2m4la-nu_scripts-0-unstable-2024-08-09 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A nu_scripts https://github.com/r-ryantm/nixpkgs/archive/62ce9983289714cbef8ecf5b28d66eddcdc26281.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/62ce9983289714cbef8ecf5b28d66eddcdc26281#nu_scripts

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/1knp8mp0x6rhjrmjag294iqjg4b2m4la-nu_scripts-0-unstable-2024-08-09
ls -la /nix/store/1knp8mp0x6rhjrmjag294iqjg4b2m4la-nu_scripts-0-unstable-2024-08-09/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • nu_scripts

Maintainer pings

cc @CardboardTurkey for testing.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-09 nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-14 Aug 16, 2024
@r-ryantm r-ryantm force-pushed the auto-update/nu_scripts branch from 62ce998 to 250d1e2 Compare August 16, 2024 10:27
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for nu_scripts is: Place to share Nushell scripts with each other

meta.homepage for nu_scripts is: https://github.com/nushell/nu_scripts

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0-unstable-2024-08-14 in filename of file in /nix/store/a8mb2klac08fm18rr70za69i8bkzsznf-nu_scripts-0-unstable-2024-08-14

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

nu_scripts
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/a8mb2klac08fm18rr70za69i8bkzsznf-nu_scripts-0-unstable-2024-08-14 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A nu_scripts https://github.com/r-ryantm/nixpkgs/archive/250d1e2d7c136bf2f2ba6201d8898676f3032f63.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/250d1e2d7c136bf2f2ba6201d8898676f3032f63#nu_scripts

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/a8mb2klac08fm18rr70za69i8bkzsznf-nu_scripts-0-unstable-2024-08-14
ls -la /nix/store/a8mb2klac08fm18rr70za69i8bkzsznf-nu_scripts-0-unstable-2024-08-14/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • nu_scripts

Maintainer pings

cc @CardboardTurkey for testing.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-14 nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-19 Aug 24, 2024
@r-ryantm r-ryantm force-pushed the auto-update/nu_scripts branch from 250d1e2 to 69916f3 Compare August 24, 2024 04:43
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for nu_scripts is: Place to share Nushell scripts with each other

meta.homepage for nu_scripts is: https://github.com/nushell/nu_scripts

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0-unstable-2024-08-19 in filename of file in /nix/store/xgnq5gryjnnmx5xfnhg89kv7qjc4wj13-nu_scripts-0-unstable-2024-08-19

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

nu_scripts
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/xgnq5gryjnnmx5xfnhg89kv7qjc4wj13-nu_scripts-0-unstable-2024-08-19 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A nu_scripts https://github.com/r-ryantm/nixpkgs/archive/69916f31a05275e4ea1c53fb519366ceb190fefa.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/69916f31a05275e4ea1c53fb519366ceb190fefa#nu_scripts

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/xgnq5gryjnnmx5xfnhg89kv7qjc4wj13-nu_scripts-0-unstable-2024-08-19
ls -la /nix/store/xgnq5gryjnnmx5xfnhg89kv7qjc4wj13-nu_scripts-0-unstable-2024-08-19/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • nu_scripts

Maintainer pings

cc @CardboardTurkey for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm force-pushed the auto-update/nu_scripts branch from 69916f3 to d9032ac Compare August 29, 2024 22:45
@r-ryantm r-ryantm changed the title nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-19 nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-29 Aug 29, 2024
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for nu_scripts is: Place to share Nushell scripts with each other

meta.homepage for nu_scripts is: https://github.com/nushell/nu_scripts

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0-unstable-2024-08-29 in filename of file in /nix/store/z9sjk00mi8lir3w6bf59snpswb1lrh5h-nu_scripts-0-unstable-2024-08-29

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

nu_scripts
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/z9sjk00mi8lir3w6bf59snpswb1lrh5h-nu_scripts-0-unstable-2024-08-29 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A nu_scripts https://github.com/r-ryantm/nixpkgs/archive/d9032acaa32ab57d579dd5528d2d2cbba67294a9.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/d9032acaa32ab57d579dd5528d2d2cbba67294a9#nu_scripts

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/z9sjk00mi8lir3w6bf59snpswb1lrh5h-nu_scripts-0-unstable-2024-08-29
ls -la /nix/store/z9sjk00mi8lir3w6bf59snpswb1lrh5h-nu_scripts-0-unstable-2024-08-29/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • nu_scripts

Maintainer pings

cc @CardboardTurkey for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@r-ryantm r-ryantm changed the title nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-29 nu_scripts: 0-unstable-2024-07-03 -> 0-unstable-2024-08-30 Sep 5, 2024
@r-ryantm r-ryantm force-pushed the auto-update/nu_scripts branch from d9032ac to f787964 Compare September 5, 2024 07:10
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Sep 5, 2024

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for nu_scripts is: Place to share Nushell scripts with each other

meta.homepage for nu_scripts is: https://github.com/nushell/nu_scripts

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 0-unstable-2024-08-30 in filename of file in /nix/store/s078dr5l1w00wzjhgps3zfcqjy9dfl4x-nu_scripts-0-unstable-2024-08-30

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

nu_scripts
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/s078dr5l1w00wzjhgps3zfcqjy9dfl4x-nu_scripts-0-unstable-2024-08-30 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A nu_scripts https://github.com/r-ryantm/nixpkgs/archive/f787964a2e2dc016a5c246d708f415dcc0579dee.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/f787964a2e2dc016a5c246d708f415dcc0579dee#nu_scripts

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/s078dr5l1w00wzjhgps3zfcqjy9dfl4x-nu_scripts-0-unstable-2024-08-30
ls -la /nix/store/s078dr5l1w00wzjhgps3zfcqjy9dfl4x-nu_scripts-0-unstable-2024-08-30/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • nu_scripts

Maintainer pings

cc @CardboardTurkey for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@NickCao NickCao merged commit 71ef3d3 into NixOS:master Sep 8, 2024
25 of 26 checks passed
@r-ryantm r-ryantm deleted the auto-update/nu_scripts branch September 9, 2024 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants