-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 896680cd15cb
head repository: NixOS/nixpkgs
compare: 4b706490da93
Commits on Feb 28, 2020
-
airsonic: enable nginx.recommendedProxySettings with virtualHost
This fixes music playback when using the `services.airsonic.virtualHost` option.
Florian committedFeb 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 519d4f8 - Browse repository at this point
Copy the full SHA 519d4f8View commit details
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5a8777a - Browse repository at this point
Copy the full SHA 5a8777aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea54e6 - Browse repository at this point
Copy the full SHA 3ea54e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a4ce1 - Browse repository at this point
Copy the full SHA b0a4ce1View commit details
Commits on Mar 11, 2020
-
nixos/captive-browser: set chromium's data-dir to a XDG-compliant loc…
…ation To quote the XDG specification: There is a single base directory relative to which user-specific data files should be written. This directory is defined by the\ environment variable $XDG_DATA_HOME. Rather than adding another directory to $HOME, I think that it's better to follow this standard to avoid a cluttered home-dir.
Configuration menu - View commit details
-
Copy full SHA for f073b74 - Browse repository at this point
Copy the full SHA f073b74View commit details
Commits on Mar 17, 2020
-
rust-analyzer: 2020-03-09 -> 2020-03-16
vscode-extensions.rust-analyzer: 2020-03-09 -> 2020-03-16
Configuration menu - View commit details
-
Copy full SHA for 4f12275 - Browse repository at this point
Copy the full SHA 4f12275View commit details -
Configuration menu - View commit details
-
Copy full SHA for bde9289 - Browse repository at this point
Copy the full SHA bde9289View commit details
Commits on Mar 19, 2020
-
Free Potion committed
Mar 19, 2020 Configuration menu - View commit details
-
Copy full SHA for a35282f - Browse repository at this point
Copy the full SHA a35282fView commit details
Commits on Mar 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bb549ca - Browse repository at this point
Copy the full SHA bb549caView commit details -
nixos/boinc: create boinc group
This allows users that are members of the boinc group to interact with the boinc service by running: boincmgr -d /var/lib/boinc
Configuration menu - View commit details
-
Copy full SHA for 2e5835c - Browse repository at this point
Copy the full SHA 2e5835cView commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 05cc2b1 - Browse repository at this point
Copy the full SHA 05cc2b1View commit details
Commits on Apr 1, 2020
-
modules/virtualisation: add hyperv-image
This module implements builder for hyper-v images.
Configuration menu - View commit details
-
Copy full SHA for 54b04af - Browse repository at this point
Copy the full SHA 54b04afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be2643 - Browse repository at this point
Copy the full SHA 4be2643View commit details
Commits on Apr 2, 2020
-
calibre: install desktop items
These have been available for a while it seems.
Configuration menu - View commit details
-
Copy full SHA for 557eb8a - Browse repository at this point
Copy the full SHA 557eb8aView commit details
Commits on Apr 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 02dd36c - Browse repository at this point
Copy the full SHA 02dd36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5160beb - Browse repository at this point
Copy the full SHA 5160bebView commit details
Commits on Apr 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 84b8775 - Browse repository at this point
Copy the full SHA 84b8775View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0619d2 - Browse repository at this point
Copy the full SHA f0619d2View commit details -
nixos/systemd-nspawn: disallow multiple packages with
.nspawn
-unitsIn contrast to `.service`-units, it's not possible to declare an `overrides.conf`, however this is done by `generateUnits` for `.nspawn` units as well. This change breaks the build if you have two derivations configuring one nspawn unit. This will happen in a case like this: ``` nix { pkgs, ... }: { systemd.packages = [ (pkgs.writeTextDir "etc/systemd/nspawn/container0.nspawn" '' [Files] Bind=/tmp '') ]; systemd.nspawn.container0 = { /* ... */ }; } ```
Configuration menu - View commit details
-
Copy full SHA for a9e3ec1 - Browse repository at this point
Copy the full SHA a9e3ec1View commit details
Commits on Apr 7, 2020
-
treewide: Fix up stripDebugList attrs to be lists.
The documentation says this should be a list, and it already is in about half the expressions that set it. The difference doesn't matter at present, because these values are all space-free literals. But it will in a future with __structuredAttrs . (The similar attr stripAllList has no users in the nixpkgs tree, so there's nothing to do to fix any of those up.)
Configuration menu - View commit details
-
Copy full SHA for 7547cf9 - Browse repository at this point
Copy the full SHA 7547cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d61f9 - Browse repository at this point
Copy the full SHA 53d61f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2aa0c - Browse repository at this point
Copy the full SHA ff2aa0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b233a19 - Browse repository at this point
Copy the full SHA b233a19View commit details
Commits on Apr 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e33256e - Browse repository at this point
Copy the full SHA e33256eView commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fc8d2f4 - Browse repository at this point
Copy the full SHA fc8d2f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f76a495 - Browse repository at this point
Copy the full SHA f76a495View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d04d3 - Browse repository at this point
Copy the full SHA e8d04d3View commit details -
Doesn't build with gcc9, and if overlayed to use gcc8 stdenv fails on CUDA issues.
Configuration menu - View commit details
-
Copy full SHA for 7f453f1 - Browse repository at this point
Copy the full SHA 7f453f1View commit details
Commits on Apr 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8318c36 - Browse repository at this point
Copy the full SHA 8318c36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3104237 - Browse repository at this point
Copy the full SHA 3104237View commit details -
This bumps subsurface to 4.9.3. As the subsurface-specific libdivecomputer source is shipped as a git submodule these days, we can avoid having to fetch a separate tarball that needs to be kept in sync (and is only uploaded for each release). This also applies a patch on top of 4.9.3 to properly handle libgit2 versions 1.0 and later - conditional code for older libgit versions has been removed upstream, but that's a nontrivial backport, which is why this patch was added.
Configuration menu - View commit details
-
Copy full SHA for 435ff31 - Browse repository at this point
Copy the full SHA 435ff31View commit details
Commits on Apr 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a94fedc - Browse repository at this point
Copy the full SHA a94fedcView commit details
Commits on Apr 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e443f9f - Browse repository at this point
Copy the full SHA e443f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f379e74 - Browse repository at this point
Copy the full SHA f379e74View commit details -
advancecomp: version number correctly embedded in binaries
without this fix, binaries report their version number as "vnone" which for example stops `image_optim` from using `advpng` (refuses to use it not being able to tell what version number it has)
Configuration menu - View commit details
-
Copy full SHA for b1c14fb - Browse repository at this point
Copy the full SHA b1c14fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dff99df - Browse repository at this point
Copy the full SHA dff99dfView commit details -
ocamlPackages.index: 1.0.1 -> 1.2.0
Note: tests are available, should be added in the future (crowbar is required)
Configuration menu - View commit details
-
Copy full SHA for d7c3958 - Browse repository at this point
Copy the full SHA d7c3958View commit details -
nixos/build-vms: propagate file location
When trying to build a VM using `nixos-build-vms` with a configuration that doesn't evaluate, an error "at `<unknown-file>`" is usually shown. This happens since the `build-vms.nix` creates a VM-network of NixOS-configurations that are attr-sets or functions and don't contain any file information. This patch manually adds the `_file`-attribute to tell the module-system which file contained broken configuration: ``` $ cat vm.nix { vm.invalid-option = 1; } $ nixos-build-vms vm.nix error: The option `invalid-option' defined in `/home/ma27/Projects/nixpkgs/vm.nix@node-vm' does not exist. (use '--show-trace' to show detailed location information) ```
Configuration menu - View commit details
-
Copy full SHA for ec6bac9 - Browse repository at this point
Copy the full SHA ec6bac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdad44e - Browse repository at this point
Copy the full SHA cdad44eView commit details -
ocamlPackages.irmin*: 2.0.0 -> 2.1.0
updated: * irmin * irmin-fs * irmin-git * irmin-graphql * irmin-http * irmin-mem * irmin-pack (also added new dependecy ocaml_lwt) * irmin-test * irmin-unix * irmin-watcher
Configuration menu - View commit details
-
Copy full SHA for 5ed10dc - Browse repository at this point
Copy the full SHA 5ed10dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef5c64 - Browse repository at this point
Copy the full SHA 4ef5c64View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e484ca3 - Browse repository at this point
Copy the full SHA e484ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71198e5 - Browse repository at this point
Copy the full SHA 71198e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6be629 - Browse repository at this point
Copy the full SHA f6be629View commit details -
nixos/networking: fix setting .macAddress and .mtu with networkd
This needs to be set in the .linkConfig of a .network
Configuration menu - View commit details
-
Copy full SHA for cddc7a2 - Browse repository at this point
Copy the full SHA cddc7a2View commit details -
nixos/networking: add assertion catching setting mac addresses on tun…
… devices Setting a MAC Address on a tun interface isn't supported, and invoking the corresponding command fails.
Configuration menu - View commit details
-
Copy full SHA for ca391c8 - Browse repository at this point
Copy the full SHA ca391c8View commit details -
nixos/networking: move network-link-${i.name} to scripted networking
The unit sets MTU and MAC Address even with networkd enabled, which isn't necessary anymore, as networkd handles this by itself.
Configuration menu - View commit details
-
Copy full SHA for 5325281 - Browse repository at this point
Copy the full SHA 5325281View commit details -
nixosTests.networking: make routing table comparison more reliable
This was whitespace-sensitive, kept fighting with my editor and broke the tests easily. To fix this, let python convert the output to individual lines, and strip whitespace from them before comparing.
Configuration menu - View commit details
-
Copy full SHA for 1e19453 - Browse repository at this point
Copy the full SHA 1e19453View commit details -
nixosTests.networking.virtual: fix with networkd
We only need to wait for network.target to get up, and the network-addresses-${interfaceName} units are scripted networking only.
Configuration menu - View commit details
-
Copy full SHA for 5150378 - Browse repository at this point
Copy the full SHA 5150378View commit details -
nixosTests.networking: test setting MTU and MAC Address
Both the scripted and networkd backend now support setting MTU and MAC Address, so do this in a test to ensure it doesn't break.
Configuration menu - View commit details
-
Copy full SHA for d1edd8b - Browse repository at this point
Copy the full SHA d1edd8bView commit details
There are no files selected for viewing