-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 7c21abdf4ca3
head repository: NixOS/nixpkgs-channels
compare: 33496aa3a6f3
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 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 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 4, 2020
-
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 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 -
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 -
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
Commits on Apr 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for da9feeb - Browse repository at this point
Copy the full SHA da9feebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e60f30 - Browse repository at this point
Copy the full SHA 4e60f30View commit details -
nixosTests.flannel: port to python, unbreak
For reasons yet unknown, the vxlan backend doesn't work (at least inside the qemu networking), so this is moved to the udp backend. Note changing the backend apparently also changes the interface name, it's now `flannel0`, not `flannel.1` fixes #74941
Configuration menu - View commit details
-
Copy full SHA for 28ef438 - Browse repository at this point
Copy the full SHA 28ef438View commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ff820a1 - Browse repository at this point
Copy the full SHA ff820a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 913520a - Browse repository at this point
Copy the full SHA 913520aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc3899 - Browse repository at this point
Copy the full SHA cdc3899View commit details -
git: Allow the update script to target non-latest versions
This came in handy when I wanted to bump a patch version while avoiding a new minor version.
James Ottaway committedApr 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 4848eef - Browse repository at this point
Copy the full SHA 4848eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d2b1e - Browse repository at this point
Copy the full SHA d6d2b1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33da4f7 - Browse repository at this point
Copy the full SHA 33da4f7View commit details -
Merge pull request #85129 from snicket2100/advancecomp-version-number…
…-fix advancecomp: version number correctly embedded in binaries
Configuration menu - View commit details
-
Copy full SHA for 0f2c233 - Browse repository at this point
Copy the full SHA 0f2c233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a38b0 - Browse repository at this point
Copy the full SHA 81a38b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8a83a2 - Browse repository at this point
Copy the full SHA b8a83a2View commit details -
Merge pull request #85281 from r-ryantm/auto-update/rdma-core
rdma-core: 28.0 -> 29.0
Configuration menu - View commit details
-
Copy full SHA for 4289160 - Browse repository at this point
Copy the full SHA 4289160View commit details -
Merge pull request #85109 from marsam/update-victoriametrics
victoriametrics: 1.34.5 -> 1.34.7
Configuration menu - View commit details
-
Copy full SHA for a4d12f7 - Browse repository at this point
Copy the full SHA a4d12f7View commit details -
Merge pull request #85274 from r-ryantm/auto-update/pgmetrics
pgmetrics: 1.8.1 -> 1.9.0
Configuration menu - View commit details
-
Copy full SHA for d9bdfd6 - Browse repository at this point
Copy the full SHA d9bdfd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a37de9 - Browse repository at this point
Copy the full SHA 0a37de9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 924e5cd - Browse repository at this point
Copy the full SHA 924e5cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf1c924 - Browse repository at this point
Copy the full SHA cf1c924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90bc149 - Browse repository at this point
Copy the full SHA 90bc149View commit details -
Merge pull request #82903 from freepotion/ivan-add-iconset
ivan: add full iconset
Configuration menu - View commit details
-
Copy full SHA for b5765e6 - Browse repository at this point
Copy the full SHA b5765e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dff34b - Browse repository at this point
Copy the full SHA 2dff34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a772bc6 - Browse repository at this point
Copy the full SHA a772bc6View commit details -
common-updater-scripts: add scripts to help update packages
- updateScript: A nix expression that can be used in passThrough to update a package - list-git-tags: A shell script to list available tags in a git repository - list-archive-two-level-versions: A shell script to list available versions in a web site in two levels: there is a page listing the available major.minor versions, and for each of them there is another page listings the patch level versions major.minor.patch. It is suitable for Xfce packages for instance. How the updater works: 1. collect the available versions from the source repository (using a script given as argument) 2. print the collected versions (for debugging) 3. (optionally) apply some transformation to the collected versions to make them compatible with the versions used in nixpkgs (for instance, tags in the Xfce git repository may be prefixed with the package name, and the prefix need to be removed) 4. sort the available versions in decreasing order 5. choose the first version that pass validation: - check if the version may be a development version - if the version IS unstable, skip it and give a warning about skipping a development version (for debugging) - if the version COULD BE unstable, take it and give a warning about taking a potential development version (for debugging) - if the version IS stable, take it 6. update the package version and checksum in its nix expression 7. print the git commands for adding the modified files and for committing the changes
Configuration menu - View commit details
-
Copy full SHA for 827a661 - Browse repository at this point
Copy the full SHA 827a661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8162d76 - Browse repository at this point
Copy the full SHA 8162d76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06ba312 - Browse repository at this point
Copy the full SHA 06ba312View commit details -
common-updater-scripts: ignore update-git-commits.txt
It is generated by common-updater/update-script.nix
Configuration menu - View commit details
-
Copy full SHA for a097de3 - Browse repository at this point
Copy the full SHA a097de3View commit details -
Merge pull request #85291 from r-ryantm/auto-update/zafiro-icons
zafiro-icons: 1.0 -> 1.1
Configuration menu - View commit details
-
Copy full SHA for b1325ec - Browse repository at this point
Copy the full SHA b1325ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29a98f2 - Browse repository at this point
Copy the full SHA 29a98f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a53ee - Browse repository at this point
Copy the full SHA f6a53eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8930a67 - Browse repository at this point
Copy the full SHA 8930a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd3cc04 - Browse repository at this point
Copy the full SHA dd3cc04View commit details -
Merge pull request #84292 from romildo/xfce.upate-script
xfce: add update script
Configuration menu - View commit details
-
Copy full SHA for 2e80fb5 - Browse repository at this point
Copy the full SHA 2e80fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f013e - Browse repository at this point
Copy the full SHA a7f013eView commit details -
Merge pull request #83537 from puzzlewolf/line-awesome
line-awesome: init at 1.3.0
Configuration menu - View commit details
-
Copy full SHA for c6ca626 - Browse repository at this point
Copy the full SHA c6ca626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cfd736 - Browse repository at this point
Copy the full SHA 7cfd736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1877182 - Browse repository at this point
Copy the full SHA 1877182View commit details -
Merge pull request #85162 from Ma27/build-vms-file-loc
nixos/build-vms: propagate file location
Configuration menu - View commit details
-
Copy full SHA for dca0b71 - Browse repository at this point
Copy the full SHA dca0b71View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd6892 - Browse repository at this point
Copy the full SHA ccd6892View commit details -
Merge pull request #85238 from ryantm/linode-cli
linode-cli: remove deprecated perl version, init python version at 2.14.1
Configuration menu - View commit details
-
Copy full SHA for 5b36111 - Browse repository at this point
Copy the full SHA 5b36111View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3cd9c9 - Browse repository at this point
Copy the full SHA a3cd9c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c446ce3 - Browse repository at this point
Copy the full SHA c446ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e00de9 - Browse repository at this point
Copy the full SHA 8e00de9View commit details
There are no files selected for viewing