···12 inherit (cfg)
13 verbose
14 temp
015 ;
16 # `core` and `cache` are both intentionally set to `cfg.coreOffset` as according to the undervolt docs:
17 #
···102 default = null;
103 description = lib.mdDoc ''
104 The temperature target on battery power in Celsius degrees.
00000000105 '';
106 };
107
···12 inherit (cfg)
13 verbose
14 temp
15+ turbo
16 ;
17 # `core` and `cache` are both intentionally set to `cfg.coreOffset` as according to the undervolt docs:
18 #
···103 default = null;
104 description = lib.mdDoc ''
105 The temperature target on battery power in Celsius degrees.
106+ '';
107+ };
108+109+ turbo = mkOption {
110+ type = types.nullOr types.int;
111+ default = null;
112+ description = lib.mdDoc ''
113+ Changes the Intel Turbo feature status (1 is disabled and 0 is enabled).
114 '';
115 };
116
···621 path the secret should have inside the initrd, the value
622 is the path it should be copied from (or null for the same
623 path inside and out).
00000624 '';
625 example = literalExpression
626 ''
···621 path the secret should have inside the initrd, the value
622 is the path it should be copied from (or null for the same
623 path inside and out).
624+625+ Note that `nixos-rebuild switch` will generate the initrd
626+ also for past generations, so if secrets are moved or deleted
627+ you will also have to garbage collect the generations that
628+ use those secrets.
629 '';
630 example = literalExpression
631 ''
···25 homepage = "https://github.com/scitokens/scitokens-cpp/";
26 description =
27 "A C++ implementation of the SciTokens library with a C library interface";
28- platforms = platforms.linux;
29 license = licenses.asl20;
30 maintainers = with maintainers; [ evey ];
31 };
···25 homepage = "https://github.com/scitokens/scitokens-cpp/";
26 description =
27 "A C++ implementation of the SciTokens library with a C library interface";
28+ platforms = platforms.unix;
29 license = licenses.asl20;
30 maintainers = with maintainers; [ evey ];
31 };
···18 # error: no viable conversion from ...
19 doCheck = !stdenv.isDarwin;
200000021 meta = with lib; {
22 homepage = "https://lemon.cs.elte.hu/trac/lemon";
23 description = "Efficient library for combinatorial optimization tasks on graphs and networks";
···18 # error: no viable conversion from ...
19 doCheck = !stdenv.isDarwin;
2021+ patches = [
22+ # error: ISO C++17 does not allow 'register' storage class specifier
23+ ./remove-register.patch
24+ ];
25+26 meta = with lib; {
27 homepage = "https://lemon.cs.elte.hu/trac/lemon";
28 description = "Efficient library for combinatorial optimization tasks on graphs and networks";
···25 # However, the version string is more useful for end-users.
26 # These are contained in a attrset of their own to make it obvious that
27 # people should update both.
28- version = "1.27.2";
29- rev = "ae07f9a11715245f7d25d2a13699c260c2ae8ebb";
30- hash = "sha256-VgP3st26Wkx51tTM++tKAZX7+BmPGgy1MIJFGLDu4JU=";
31 };
3233 # these need to be updated for any changes to fetchAttrs
34 depsHash = {
35- x86_64-linux = "sha256-389CaxJ3F66eMID7+KgwzCdlT2QPOTkKPLnqpmM49ig=";
36- aarch64-linux = "sha256-ui7AUzWouAn2DZ7kUpp1huNxPGBqzKXqtwcuRZUhmqo=";
37 }.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
38in
39buildBazelPackage {
···70 # use system C/C++ tools
71 ./0003-nixpkgs-use-system-C-C-toolchains.patch
7273- # bump proxy-wasm-cpp-host until > 1.27.2/1.28.0
74 (fetchpatch {
75 url = "https://github.com/envoyproxy/envoy/pull/31451.patch";
76 hash = "sha256-n8k7bho3B8Gm0dJbgf43kU7ymvo15aGJ2Twi2xR450g=";
···191192 meta = with lib; {
193 homepage = "https://envoyproxy.io";
0194 description = "Cloud-native edge and service proxy";
195 license = licenses.asl20;
196 maintainers = with maintainers; [ lukegb ];
···25 # However, the version string is more useful for end-users.
26 # These are contained in a attrset of their own to make it obvious that
27 # people should update both.
28+ version = "1.27.3";
29+ rev = "0fd81ee7ffcd7cfc864094b24dc9b5c3ade89ff2";
30+ hash = "sha256-WNyyUw3517oKqMd1sJMk9CiLa/V7UrhwlRS+AWNNOOo=";
31 };
3233 # these need to be updated for any changes to fetchAttrs
34 depsHash = {
35+ x86_64-linux = "sha256-wTGHfeFkCuijPdX//lT5GPspaxZsxzBHJffH1tpVM2w=";
36+ aarch64-linux = "sha256-9/Wem+Gk/7bFeMNFC4J3mdTm3mrNmyMxiu5oadQcovU=";
37 }.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
38in
39buildBazelPackage {
···70 # use system C/C++ tools
71 ./0003-nixpkgs-use-system-C-C-toolchains.patch
7273+ # bump proxy-wasm-cpp-host until > 1.27.3/1.28.0
74 (fetchpatch {
75 url = "https://github.com/envoyproxy/envoy/pull/31451.patch";
76 hash = "sha256-n8k7bho3B8Gm0dJbgf43kU7ymvo15aGJ2Twi2xR450g=";
···191192 meta = with lib; {
193 homepage = "https://envoyproxy.io";
194+ changelog = "https://github.com/envoyproxy/envoy/releases/tag/v${version}";
195 description = "Cloud-native edge and service proxy";
196 license = licenses.asl20;
197 maintainers = with maintainers; [ lukegb ];
···2526let
27 pname = "multipass";
28- version = "1.13.0";
2930 # This is done here because a CMakeLists.txt from one of it's submodules tries
31 # to modify a file, so we grab the source for the submodule here, copy it into
···46 owner = "canonical";
47 repo = "multipass";
48 rev = "refs/tags/v${version}";
49- hash = "sha256-DMyIvhlkMuUyOlUw8b4312NUtpK0n8rI8nhoV6Dscyo=";
50 fetchSubmodules = true;
51 leaveDotGit = true;
52 postFetch = ''
···2526let
27 pname = "multipass";
28+ version = "1.13.1";
2930 # This is done here because a CMakeLists.txt from one of it's submodules tries
31 # to modify a file, so we grab the source for the submodule here, copy it into
···46 owner = "canonical";
47 repo = "multipass";
48 rev = "refs/tags/v${version}";
49+ hash = "sha256-QttgWSuhxcuOyMNF9Ve1w0ftT41+hNz3WW5Vag/88X4=";
50 fetchSubmodules = true;
51 leaveDotGit = true;
52 postFetch = ''
+3
pkgs/top-level/aliases.nix
···279280 ### F ###
2810282 faustStk = faustPhysicalModeling; # Added 2023-05-16
283 fastnlo = fastnlo-toolkit; # Added 2021-04-24
284 fastnlo_toolkit = fastnlo-toolkit; # Added 2024-01-03
···981 scitoken-cpp = scitokens-cpp; # Added 2024-02-12
982 sdlmame = throw "'sdlmame' has been renamed to/replaced by 'mame'"; # Converted to throw 2023-09-10
983 searx = throw "'searx' has been removed as it is unmaintained. Please switch to searxng"; # Added 2023-10-03
0984 session-desktop-appimage = session-desktop;
985 setupcfg2nix = throw "'setupcfg2nix' has been removed. Please switch to buildPythonPackage"; # Added 2023-12-12
986 sequoia = sequoia-sq; # Added 2023-06-26
···1001 solr_8 = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
1002 solr = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
1003 soundOfSorting = sound-of-sorting; # Added 2023-07-07
01004 spark2 = throw "'spark2' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08
1005 spark_2_4 = throw "'spark_2_4' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08
1006 spark_3_1 = throw "'spark_3_1' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08
···279280 ### F ###
281282+ fancypp = throw "'fancypp' was removed because it and its dependants are unmaintained"; # Added 2024-02-14
283 faustStk = faustPhysicalModeling; # Added 2023-05-16
284 fastnlo = fastnlo-toolkit; # Added 2021-04-24
285 fastnlo_toolkit = fastnlo-toolkit; # Added 2024-01-03
···982 scitoken-cpp = scitokens-cpp; # Added 2024-02-12
983 sdlmame = throw "'sdlmame' has been renamed to/replaced by 'mame'"; # Converted to throw 2023-09-10
984 searx = throw "'searx' has been removed as it is unmaintained. Please switch to searxng"; # Added 2023-10-03
985+ semver-cpp = throw "'semver-cpp' was removed because no packages in nixpkgs use it anymore"; # Added 2024-02-14
986 session-desktop-appimage = session-desktop;
987 setupcfg2nix = throw "'setupcfg2nix' has been removed. Please switch to buildPythonPackage"; # Added 2023-12-12
988 sequoia = sequoia-sq; # Added 2023-06-26
···1003 solr_8 = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
1004 solr = throw "'solr' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-03-16
1005 soundOfSorting = sound-of-sorting; # Added 2023-07-07
1006+ soundux = throw "'soundux' has been removed, as it is unmaintained."; # Added on 2024-02-14
1007 spark2 = throw "'spark2' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08
1008 spark_2_4 = throw "'spark_2_4' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08
1009 spark_3_1 = throw "'spark_3_1' is no longer supported nixpkgs, please use 'spark'"; # Added 2023-05-08