-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: a74e7092b076
head repository: NixOS/nixpkgs-channels
compare: 1e925e1545b2
- 16 commits
- 9 files changed
- 5 contributors
Commits on Apr 8, 2020
-
gitAndTools.gh: 0.5.3 -> 0.5.4
(cherry picked from commit 7b61246)
Configuration menu - View commit details
-
Copy full SHA for 1e8fc3d - Browse repository at this point
Copy the full SHA 1e8fc3dView commit details -
gitAndTools.gh: 0.5.4 -> 0.5.5
https://github.com/cli/cli/releases/tag/v0.5.5 (cherry picked from commit 66f5012)
Configuration menu - View commit details
-
Copy full SHA for ca75c08 - Browse repository at this point
Copy the full SHA ca75c08View commit details -
gitAndTools.gh: 0.5.5 -> 0.5.6
https://github.com/cli/cli/releases/tag/v0.5.6 (cherry picked from commit 185aabe)
Configuration menu - View commit details
-
Copy full SHA for 1d6ad14 - Browse repository at this point
Copy the full SHA 1d6ad14View commit details -
gitAndTools.gh: 0.5.6 -> 0.5.7
https://github.com/cli/cli/releases/tag/v0.5.7 (cherry picked from commit 3338225)
Configuration menu - View commit details
-
Copy full SHA for 085b736 - Browse repository at this point
Copy the full SHA 085b736View commit details -
gitAndTools.gh: 0.5.7 -> 0.6.0
https://github.com/cli/cli/releases/tag/v0.6.0 (cherry picked from commit 85a8d13)
Configuration menu - View commit details
-
Copy full SHA for 86a179a - Browse repository at this point
Copy the full SHA 86a179aView commit details -
https://github.com/cli/cli/releases/tag/v0.6.1 (cherry picked from commit 4656fba)
Configuration menu - View commit details
-
Copy full SHA for ba71d71 - Browse repository at this point
Copy the full SHA ba71d71View commit details -
gitAndTools.gh: 0.6.1 -> 0.6.2
https://github.com/cli/cli/releases/tag/v0.6.2 (cherry picked from commit 20f197d)
Configuration menu - View commit details
-
Copy full SHA for f7b3dfc - Browse repository at this point
Copy the full SHA f7b3dfcView commit details -
gitAndTools.gh: 0.6.2 -> 0.6.3
https://github.com/cli/cli/releases/tag/v0.6.3 (cherry picked from commit 68a50aa)
Configuration menu - View commit details
-
Copy full SHA for cf7513b - Browse repository at this point
Copy the full SHA cf7513bView commit details -
gitAndTools.gh: 0.6.3 -> 0.6.4
https://github.com/cli/cli/releases/tag/v0.6.4 (cherry picked from commit 26a6d89)
Configuration menu - View commit details
-
Copy full SHA for fbd0974 - Browse repository at this point
Copy the full SHA fbd0974View commit details
Commits on Apr 9, 2020
-
make-iso9660-image.sh: enable joliet extension
This is per the advice of the osinfo-db maintainers https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/107#note_313094852 (cherry picked from commit f59aa66)
Configuration menu - View commit details
-
Copy full SHA for 84b906d - Browse repository at this point
Copy the full SHA 84b906dView commit details -
The volumeID will now be in the format of: nixos-$EDITON-$RELEASE-$ARCH an example for the minimal image would look like: nixos-minimal-20.09-x86-64-linux (cherry picked from commit 70a8e9a)
Configuration menu - View commit details
-
Copy full SHA for 519ace8 - Browse repository at this point
Copy the full SHA 519ace8View commit details -
iso-image: make sure volumeID is less than 32 chars
(cherry picked from commit 591e8d5)
Configuration menu - View commit details
-
Copy full SHA for 0a63410 - Browse repository at this point
Copy the full SHA 0a63410View commit details
Commits on Apr 10, 2020
-
we use stdenv.hostPlatform.uname.processor, which I believe is just like `uname -p`. Example values: ``` (import <nixpkgs> { system = "x86_64-linux"; }).stdenv.hostPlatform.uname.processor "x86_64" (import <nixpkgs> { system = "aarch64-linux"; }).stdenv.hostPlatform.uname.processor aarch64 (import <nixpkgs> { system = "armv7l-linux"; }).stdenv.hostPlatform.uname.processor "armv7l" ``` (cherry picked from commit df8c30f)
Configuration menu - View commit details
-
Copy full SHA for 17d67c0 - Browse repository at this point
Copy the full SHA 17d67c0View commit details -
Merge pull request #84863 from worldofpeace/backport-83551
[20.03] iso-image: normalize volumeID
Configuration menu - View commit details
-
Copy full SHA for 9e50a36 - Browse repository at this point
Copy the full SHA 9e50a36View commit details -
Merge pull request #84707 from zowoq/gh-backport
[20.03] gitAndTools.gh: 0.5.3 -> 0.6.4
Configuration menu - View commit details
-
Copy full SHA for d3d904c - Browse repository at this point
Copy the full SHA d3d904cView commit details -
performous: fix build (#84841)
(cherry picked from commit 87f75f8) Co-authored-by: Orivej Desh <orivej@gmx.fr>
Configuration menu - View commit details
-
Copy full SHA for 1e925e1 - Browse repository at this point
Copy the full SHA 1e925e1View commit details
There are no files selected for viewing