This repository was archived by the owner on Apr 12, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 104
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 81884ce1b465
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bc7ec9b65187
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 4 files changed
- 3 contributors
Commits on Sep 18, 2018
-
prometheus-json-exporter: 2016-09-13 -> 2017-10-06
(cherry picked from commit b712736)
Configuration menu - View commit details
-
Copy full SHA for ef7921a - Browse repository at this point
Copy the full SHA ef7921aView commit details -
prometheus-json-exporter: add patch to support bool parsing
(cherry picked from commit b59cd2b)
Configuration menu - View commit details
-
Copy full SHA for 6ffa699 - Browse repository at this point
Copy the full SHA 6ffa699View commit details -
stdenv: Validate meta.outputsToInstall
If meta.outputsToInstall is set to include absent outputs, various tools break including channel updates and nix-env. grahamc@Morbo> nix-env -i -f . -A elf-header-real installing 'elf-header' error: this derivation has bad 'meta.outputsToInstall' This patch verifies each value in meta.outputsToInstall is a valid output. It validates this condition only if checkMeta is true. grahamc@Morbo> nix-build . -A elf-header-real error: Package ‘elf-header’ in /home/grahamc/projects/nixpkgs/pkgs/development/libraries/elf-header/default.nix:36 has invalid meta.outputsToInstall, refusing to evaluate. The package elf-header has set meta.outputsToInstall to: bin however elf-header only has the outputs: out and is missing the following ouputs: - bin (use '--show-trace' to show detailed location information) Note, now the nix-env experience is decidedly worse for users who have checkMeta set to true: grahamc@Morbo> nix-env -i -f . -A elf-header-real; echo $? 0 though since this is already an issue for unfree, broken, unsupported, and insecure validity problems I'm not sure we should do something different here. (cherry picked from commit b80c9ce)
Configuration menu - View commit details
-
Copy full SHA for da5fd39 - Browse repository at this point
Copy the full SHA da5fd39View commit details -
elf-header-real: fixup outputsToInstall
(cherry picked from commit 301109a)
Configuration menu - View commit details
-
Copy full SHA for 24ad8ad - Browse repository at this point
Copy the full SHA 24ad8adView commit details -
Merge pull request #46838 from grahamc/check-outputs-in-meta-18.09
stdenv: Validate meta.outputsToInstall
Configuration menu - View commit details
-
Copy full SHA for 374d22d - Browse repository at this point
Copy the full SHA 374d22dView commit details -
nixos/release.nix: disable tests.ec2-config (#46830)
This test doesn't work in a sandbox and never succeeded on Hydra. It simulates an EC2 instance reconfiguring itself at runtime, which needs network access. (cherry picked from commit a83d61b)
Configuration menu - View commit details
-
Copy full SHA for bc7ec9b - Browse repository at this point
Copy the full SHA bc7ec9bView commit details
There are no files selected for viewing