-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: c6ca626b4bd6
head repository: NixOS/nixpkgs-channels
compare: 2ef110ae64a9
Commits on Apr 13, 2020
-
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
-
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 0a37de9 - Browse repository at this point
Copy the full SHA 0a37de9View 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 e16c7da - Browse repository at this point
Copy the full SHA e16c7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 759cac4 - Browse repository at this point
Copy the full SHA 759cac4View commit details -
Revert "[Don’t merge] Recurse into OCaml packages"
This reverts commit e16c7da.
Configuration menu - View commit details
-
Copy full SHA for 238bd2a - Browse repository at this point
Copy the full SHA 238bd2aView commit details -
Merge pull request #84456 from AndersonTorres/update-higan
higan: 106 -> 110
Configuration menu - View commit details
-
Copy full SHA for 832dc4a - Browse repository at this point
Copy the full SHA 832dc4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f4bb21 - Browse repository at this point
Copy the full SHA 8f4bb21View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e2834 - Browse repository at this point
Copy the full SHA f6e2834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 593fd37 - Browse repository at this point
Copy the full SHA 593fd37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6daab9b - Browse repository at this point
Copy the full SHA 6daab9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5aefc - Browse repository at this point
Copy the full SHA 0e5aefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d16c4 - Browse repository at this point
Copy the full SHA a2d16c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc1c2c - Browse repository at this point
Copy the full SHA 7cc1c2cView commit details -
Merge pull request #85252 from flokli/nixos-flannel-fix
nixosTests.flannel: port to python, unbreak
Configuration menu - View commit details
-
Copy full SHA for 7835641 - Browse repository at this point
Copy the full SHA 7835641View commit details -
Merge pull request #85294 from r-ryantm/auto-update/atlassian-cli
atlassian-cli: 9.1.1 -> 9.2.0
Configuration menu - View commit details
-
Copy full SHA for 2ef110a - Browse repository at this point
Copy the full SHA 2ef110aView commit details
There are no files selected for viewing