···4242 Version: 7.0.202
4343 Commit: 6c74320bc3
44444545-Środowisko uruchomieniowe:
4545+Runtime Environment:
4646 OS Name: nixos
4747 OS Version: 23.05
4848 OS Platform: Linux
+1-1
doc/languages-frameworks/texlive.section.md
···11# TeX Live {#sec-language-texlive}
2233-Since release 15.09 there is a new TeX Live packaging that lives entirely under attribute `texlive`.
33+There is a TeX Live packaging that lives entirely under attribute `texlive`.
4455## User's guide (experimental new interface) {#sec-language-texlive-user-guide-experimental}
66
+1-1
doc/packages/nginx.section.md
···8899Fortunately, HTTP supports an alternative (and more effective) caching mechanism: the [`ETag`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) response header. The value of the `ETag` header specifies some identifier for the particular content that the server is sending (e.g., a hash). When a client makes a second request for the same resource, it sends that value back in an `If-None-Match` header. If the ETag value is unchanged, then the server does not need to resend the content.
10101111-As of NixOS 19.09, the nginx package in Nixpkgs is patched such that when nginx serves a file out of `/nix/store`, the hash in the store path is used as the `ETag` header in the HTTP response, thus providing proper caching functionality. With NixOS 24.05 and later, the `ETag` additionally includes the response content length, to ensure files served with static compression do not share `ETag`s with their uncompressed version. This `ETag` functionality is enabled automatically; you do not need to do modify any configuration to get this behavior.
1111+The nginx package in Nixpkgs is patched such that when nginx serves a file out of `/nix/store`, the hash in the store path is used as the `ETag` header in the HTTP response, thus providing proper caching functionality. With NixOS 24.05 and later, the `ETag` additionally includes the response content length, to ensure files served with static compression do not share `ETag`s with their uncompressed version. This `ETag` functionality is enabled automatically; you do not need to do modify any configuration to get this behavior.
-1
doc/packages/steam.section.md
···31313232- **Using the FOSS Radeon or nouveau (nvidia) drivers**
33333434- - The `newStdcpp` parameter was removed since NixOS 17.09 and should not be needed anymore.
3534 - Steam ships statically linked with a version of `libcrypto` that conflicts with the one dynamically loaded by radeonsi_dri.so. If you get the error:
36353736 ```
···5252to true. This sets up flannel as CNI and activates automatic PKI bootstrapping.
53535454::: {.note}
5555-As of NixOS 19.03, it is mandatory to configure:
5555+It is mandatory to configure:
5656[](#opt-services.kubernetes.masterAddress).
5757The masterAddress must be resolveable and routeable by all cluster nodes.
5858In single node clusters, this can be set to `localhost`.
···206206 line)
207207208208 ::: {.note}
209209- Support for `NIXOS_LUSTRATE` was added in NixOS 16.09. The act of
210210- "lustrating" refers to the wiping of the existing distribution.
209209+ The act of "lustrating" refers to the wiping of the existing distribution.
211210 Creating `/etc/NIXOS_LUSTRATE` can also be used on NixOS to remove
212211 all mutable files from your root partition (anything that's not in
213212 `/nix` or `/boot` gets "lustrated" on the next boot.
+2-1
nixos/doc/manual/release-notes/rl-2411.section.md
···215215216216- The NVIDIA driver no longer defaults to the proprietary kernel module with versions >= 560. You will need to manually set `hardware.nvidia.open` to select the proprietary or open modules.
217217218218-- The `(buildPythonPackage { ... }).override` attribute is now deprecated and removed in favour of `overridePythonAttrs`.
218218+- The `(buildPythonPackage { ... }).override` and `(buildPythonPackage { ... }).overrideDerivation` attributes is now deprecated and removed in favour of `overridePythonAttrs` and `lib.overrideDerivation`.
219219 This change does not affect the override interface of most Python packages, as [`<pkg>.override`](https://nixos.org/manual/nixpkgs/unstable/#sec-pkg-override) provided by `callPackage` shadows such a locally-defined `override` attribute.
220220+ The `<pkg>.overrideDerivation` attribute of Python packages called with `callPackage` will also remain available after this change.
220221221222- All Cinnamon and XApp packages have been moved to top-level (i.e., `cinnamon.nemo` is now `nemo`).
222223
···6464 description = ''
6565 The package which contains the `yabar` binary.
66666767- Nixpkgs provides the `yabar` and `yabar-unstable`
6868- derivations since 18.03, so it's possible to choose.
6767+ Nixpkgs provides the `yabar` and `yabar-unstable`,
6868+ so it's possible to choose.
6969 '';
7070 };
7171
···7474 : This is a known [issue](https://github.com/NixOS/nixpkgs/issues/64611) and there is no known workaround.
75757676[Does AppCenter work, or is it available?]{#sec-pantheon-faq-appcenter}
7777- : AppCenter has been available since 20.03. Starting from 21.11, the Flatpak backend should work so you can install some Flatpak applications using it. However, due to missing appstream metadata, the Packagekit backend does not function currently. See this [issue](https://github.com/NixOS/nixpkgs/issues/15932).
7777+ : AppCenter is available and the Flatpak backend should work so you can install some Flatpak applications using it. However, due to missing appstream metadata, the Packagekit backend does not function currently. See this [issue](https://github.com/NixOS/nixpkgs/issues/15932).
78787979 If you are using Pantheon, AppCenter should be installed by default if you have [Flatpak support](#module-services-flatpak) enabled. If you also wish to add the `appcenter` Flatpak remote:
8080
···6161 --replace "(share_dir" "(\"share\""
6262 '';
63636464- postInstall = lib.optionalString stdenv.hostPlatform.isLinux ''
6565- substituteInPlace $out/share/applications/electron-cash.desktop \
6666- --replace "Exec=electron-cash" "Exec=$out/bin/electron-cash"
6767- '';
6868-6964 # If secp256k1 wasn't added to the library path, the following warning is given:
7065 #
7166 # Electron Cash was unable to find the secp256k1 library on this system.
···200200 # WM keyboard shortcuts
201201 --prefix XDG_DATA_DIRS : "${mutter}/share"
202202 )
203203- for i in $out/share/applications/*; do
204204- substituteInPlace $i --replace "Exec=gnome-control-center" "Exec=$out/bin/gnome-control-center"
205205- done
206203 '';
207204208205 separateDebugInfo = true;
-10
pkgs/by-name/gn/gnome-maps/package.nix
···6868 libsoup_3
6969 ];
70707171- postPatch = ''
7272- # The .service file isn't wrapped with the correct environment
7373- # so misses GIR files when started. By re-pointing from the gjs
7474- # entry point to the wrapped binary we get back to a wrapped
7575- # binary.
7676- substituteInPlace "data/org.gnome.Maps.service.in" \
7777- --replace-fail "Exec=@pkgdatadir@/@app-id@" \
7878- "Exec=$out/bin/gnome-maps"
7979- '';
8080-8171 preCheck = ''
8272 # “time.js” included by “timeTest” and “translationsTest” depends on “org.gnome.desktop.interface” schema.
8373 export XDG_DATA_DIRS="${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:$XDG_DATA_DIRS"
···5555 # entry point to the wrapped binary we get back to a wrapped
5656 # binary.
5757 substituteInPlace "data/org.gnome.Weather.service.in" \
5858- --replace "Exec=@DATA_DIR@/@APP_ID@" \
5959- "Exec=$out/bin/gnome-weather"
5858+ --replace-fail "Exec=@DATA_DIR@/@APP_ID@" "Exec=gnome-weather"
60596160 chmod +x meson_post_install.py
6261 patchShebangs meson_post_install.py