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: 1f6e46ff968a
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: 9e693a074d0c
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 8 files changed
- 11 contributors
Commits on Mar 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e4975aa - Browse repository at this point
Copy the full SHA e4975aaView commit details
Commits on Mar 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ee2beac - Browse repository at this point
Copy the full SHA ee2beacView commit details -
pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with over…
…lays Consider example: $ nix-instantiate ./nixos -A system --arg configuration ' { boot.isContainer = true; nixpkgs.overlays = [ (self: super: { nix = self.pkgsStatic.nix; }) ]; }' When resolving package through overlays, we figure out that nix == self.pkgsStatic.nix => nix == (import <nixpkgs> { inherit overlays; }).nix => nix == (import <nixpkgs> { overlays = [(self: super: { nix = self.pkgsStatic.nix; })];}).nix and we enter infinite recursion of nixpkgs evaluations. The proper fix should terminate recursion by assigning self fixpoint to inner custom package set. But I get infinite recursion somehow, so I use `super`. It is less correct modulo deep custom overrides, but behaves correctly for simple cases and doesn't OOM evaluator. Fixes NixOS/nixpkgs#57984
Configuration menu - View commit details
-
Copy full SHA for f729038 - Browse repository at this point
Copy the full SHA f729038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6272132 - Browse repository at this point
Copy the full SHA 6272132View commit details -
Merge pull request #58192 from vaibhavsagar/unbreak-ghcjs-ng
ghcjs-ng: unbreak
Configuration menu - View commit details
-
Copy full SHA for 725b549 - Browse repository at this point
Copy the full SHA 725b549View commit details -
Merge pull request #58246 from danbst/infinite-recursion-otherPackage…
…Sets pkgsMusl, pkgsi686Linux, pkgsStatic: fix infinite recursion with overlays
Configuration menu - View commit details
-
Copy full SHA for 5f32434 - Browse repository at this point
Copy the full SHA 5f32434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 698a3f7 - Browse repository at this point
Copy the full SHA 698a3f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa35597 - Browse repository at this point
Copy the full SHA fa35597View commit details -
Merge pull request #58235 from dtzWill/update/ponyc-0.28.0
ponyc: 0.27.0 -> 0.28.0
Configuration menu - View commit details
-
Copy full SHA for 5eb3edc - Browse repository at this point
Copy the full SHA 5eb3edcView commit details -
citrix_receiver: remove old versions
The versions 13.8.0 and 13.9.{0,1} will be EOLed before the end of 19.03 and should be dropped. To provide an easy upgrade path, all unsupported versions will throw an evaluation error. All versions that are about the be EOLed can be added there as well. For now, all of those deprecated versions are still referenced in `all-packages.nix`, but should be removed before the next release. See also https://www.citrix.co.uk/support/product-lifecycle/milestones/receiver.html
Configuration menu - View commit details
-
Copy full SHA for d4a570a - Browse repository at this point
Copy the full SHA d4a570aView commit details -
Merge pull request #58253 from plumelo/feature/lazygit-0.7.2
lazygit: 0.5 -> 0.7.2
Configuration menu - View commit details
-
Copy full SHA for 9e693a0 - Browse repository at this point
Copy the full SHA 9e693a0View commit details
There are no files selected for viewing