Skip to content

Fix the alphabetical order in the AUTHORS file#313

Closed
ghost wants to merge 1 commit intomasterfrom
unknown repository
Closed

Fix the alphabetical order in the AUTHORS file#313
ghost wants to merge 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Jul 27, 2014

The letter “H” comes before “J” in the alphabet, so “Armijn Hemel” should come before “Niels Janssen”.

The letter “H” comes before “J” in the alphabet, so “Armijn Hemel” should come before “Niels Janssen”.
@edolstra
Copy link
Member

Heh, I didn't know we had an AUTHORS file. Since it's extremely out-of-date, I've removed it. Thanks!

@edolstra edolstra closed this Jul 28, 2014
zolodev pushed a commit to zolodev/nix that referenced this pull request Jan 1, 2024
tebowy pushed a commit to tebowy/nix that referenced this pull request Jul 11, 2024
Share evaluation caches across installables

Before:

$ rm -rf ~/.cache/nix && time -f '%E' nix build --dry-run \
  'nixpkgs#hello' \
  'nixpkgs#clang' \
  'nixpkgs#cargo' \
  'nixpkgs#rustup' \
  'nixpkgs#bear' \
  'nixpkgs#firefox' \
  'nixpkgs#git-revise' \
  'nixpkgs#hyperfine' \
  'nixpkgs#curlie' \
  'nixpkgs#xz' \
  'nixpkgs#ripgrep'
0:03.61

After:

$ rm -rf ~/.cache/nix && time -f '%E' nix build --dry-run \
  'nixpkgs#hello' \
  'nixpkgs#clang' \
  'nixpkgs#cargo' \
  'nixpkgs#rustup' \
  'nixpkgs#bear' \
  'nixpkgs#firefox' \
  'nixpkgs#git-revise' \
  'nixpkgs#hyperfine' \
  'nixpkgs#curlie' \
  'nixpkgs#xz' \
  'nixpkgs#ripgrep'
0:01.46

This could probably use a more proper benchmark...

Fixes NixOS#313

(cherry picked from commit de51e5c)
Change-Id: I9350bebd462b6af12c51db5bf432321abfe84a16
CertainLach pushed a commit to deltarocks/nix that referenced this pull request Jan 15, 2026
…th-lowdown

packaging: fix build with lowdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant