···1212 inherit (cfg)
1313 verbose
1414 temp
1515+ turbo
1516 ;
1617 # `core` and `cache` are both intentionally set to `cfg.coreOffset` as according to the undervolt docs:
1718 #
···102103 default = null;
103104 description = lib.mdDoc ''
104105 The temperature target on battery power in Celsius degrees.
106106+ '';
107107+ };
108108+109109+ turbo = mkOption {
110110+ type = types.nullOr types.int;
111111+ default = null;
112112+ description = lib.mdDoc ''
113113+ Changes the Intel Turbo feature status (1 is disabled and 0 is enabled).
105114 '';
106115 };
107116
···621621 path the secret should have inside the initrd, the value
622622 is the path it should be copied from (or null for the same
623623 path inside and out).
624624+625625+ Note that `nixos-rebuild switch` will generate the initrd
626626+ also for past generations, so if secrets are moved or deleted
627627+ you will also have to garbage collect the generations that
628628+ use those secrets.
624629 '';
625630 example = literalExpression
626631 ''
···1818 # error: no viable conversion from ...
1919 doCheck = !stdenv.isDarwin;
20202121+ patches = [
2222+ # error: ISO C++17 does not allow 'register' storage class specifier
2323+ ./remove-register.patch
2424+ ];
2525+2126 meta = with lib; {
2227 homepage = "https://lemon.cs.elte.hu/trac/lemon";
2328 description = "Efficient library for combinatorial optimization tasks on graphs and networks";
···2525 # However, the version string is more useful for end-users.
2626 # These are contained in a attrset of their own to make it obvious that
2727 # people should update both.
2828- version = "1.27.2";
2929- rev = "ae07f9a11715245f7d25d2a13699c260c2ae8ebb";
3030- hash = "sha256-VgP3st26Wkx51tTM++tKAZX7+BmPGgy1MIJFGLDu4JU=";
2828+ version = "1.27.3";
2929+ rev = "0fd81ee7ffcd7cfc864094b24dc9b5c3ade89ff2";
3030+ hash = "sha256-WNyyUw3517oKqMd1sJMk9CiLa/V7UrhwlRS+AWNNOOo=";
3131 };
32323333 # these need to be updated for any changes to fetchAttrs
3434 depsHash = {
3535- x86_64-linux = "sha256-389CaxJ3F66eMID7+KgwzCdlT2QPOTkKPLnqpmM49ig=";
3636- aarch64-linux = "sha256-ui7AUzWouAn2DZ7kUpp1huNxPGBqzKXqtwcuRZUhmqo=";
3535+ x86_64-linux = "sha256-wTGHfeFkCuijPdX//lT5GPspaxZsxzBHJffH1tpVM2w=";
3636+ aarch64-linux = "sha256-9/Wem+Gk/7bFeMNFC4J3mdTm3mrNmyMxiu5oadQcovU=";
3737 }.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
3838in
3939buildBazelPackage {
···7070 # use system C/C++ tools
7171 ./0003-nixpkgs-use-system-C-C-toolchains.patch
72727373- # bump proxy-wasm-cpp-host until > 1.27.2/1.28.0
7373+ # bump proxy-wasm-cpp-host until > 1.27.3/1.28.0
7474 (fetchpatch {
7575 url = "https://github.com/envoyproxy/envoy/pull/31451.patch";
7676 hash = "sha256-n8k7bho3B8Gm0dJbgf43kU7ymvo15aGJ2Twi2xR450g=";
···191191192192 meta = with lib; {
193193 homepage = "https://envoyproxy.io";
194194+ changelog = "https://github.com/envoyproxy/envoy/releases/tag/v${version}";
194195 description = "Cloud-native edge and service proxy";
195196 license = licenses.asl20;
196197 maintainers = with maintainers; [ lukegb ];
···25252626let
2727 pname = "multipass";
2828- version = "1.13.0";
2828+ version = "1.13.1";
29293030 # This is done here because a CMakeLists.txt from one of it's submodules tries
3131 # to modify a file, so we grab the source for the submodule here, copy it into
···4646 owner = "canonical";
4747 repo = "multipass";
4848 rev = "refs/tags/v${version}";
4949- hash = "sha256-DMyIvhlkMuUyOlUw8b4312NUtpK0n8rI8nhoV6Dscyo=";
4949+ hash = "sha256-QttgWSuhxcuOyMNF9Ve1w0ftT41+hNz3WW5Vag/88X4=";
5050 fetchSubmodules = true;
5151 leaveDotGit = true;
5252 postFetch = ''
+3
pkgs/top-level/aliases.nix
···279279280280 ### F ###
281281282282+ fancypp = throw "'fancypp' was removed because it and its dependants are unmaintained"; # Added 2024-02-14
282283 faustStk = faustPhysicalModeling; # Added 2023-05-16
283284 fastnlo = fastnlo-toolkit; # Added 2021-04-24
284285 fastnlo_toolkit = fastnlo-toolkit; # Added 2024-01-03
···981982 scitoken-cpp = scitokens-cpp; # Added 2024-02-12
982983 sdlmame = throw "'sdlmame' has been renamed to/replaced by 'mame'"; # Converted to throw 2023-09-10
983984 searx = throw "'searx' has been removed as it is unmaintained. Please switch to searxng"; # Added 2023-10-03
985985+ semver-cpp = throw "'semver-cpp' was removed because no packages in nixpkgs use it anymore"; # Added 2024-02-14
984986 session-desktop-appimage = session-desktop;
985987 setupcfg2nix = throw "'setupcfg2nix' has been removed. Please switch to buildPythonPackage"; # Added 2023-12-12
986988 sequoia = sequoia-sq; # Added 2023-06-26
···10011003 solr_8 = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
10021004 solr = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
10031005 soundOfSorting = sound-of-sorting; # Added 2023-07-07
10061006+ soundux = throw "'soundux' has been removed, as it is unmaintained."; # Added on 2024-02-14
10041007 spark2 = throw "'spark2' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08
10051008 spark_2_4 = throw "'spark_2_4' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08
10061009 spark_3_1 = throw "'spark_3_1' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08