Commit graph

5 commits

Author SHA1 Message Date
Sebastian Neubauer ec3c1112e2 amber: 2022-04-21 -> 2023-09-02
The build failed, so take the chance to update (also fixing the build).
Add vulkan-validation-layers, they seem to be required now (can be
disabled with `-d`).
2024-01-31 17:46:22 +01:00
Randy Eckenrode 3580e419ea
google-amber: fix build on Darwin 2022-07-21 17:03:54 -04:00
Sebastian Neubauer 4953c6b5e9 google-amber: 2020-09-23 -> 2022-04-21
Amber stopped compiling with a compiler update, so take the chance to
update the package to a more recent commit.

Also update the pinned dependencies to their new version.
2022-05-04 13:16:34 +02:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Sebastian Neubauer 179360d419 amber: init at unstable-2020-09-23 2020-09-25 08:10:50 +02:00