mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-13 19:29:15 +01:00
This is useful for adding extra functionality or defaults to _every_ nixos evaluation. My use case is overriding behaviour for all nixos tests, for example setting packageOverrides to newer versions and changing some default dependencies/settings. By making this accessible through an environment variable, this can now be fully accomplished externally. No more need to fork nixos/nixpkgs (which becomes a maintenance burden), just use the channel instead and plug in via this envvar. |
||
|---|---|---|
| .. | ||
| test-driver | ||
| build-vms.nix | ||
| channel-expr.nix | ||
| eval-config.nix | ||
| from-env.nix | ||
| make-iso9660-image.nix | ||
| make-iso9660-image.sh | ||
| make-squashfs.nix | ||
| make-system-tarball.nix | ||
| make-system-tarball.sh | ||
| nixpkgs.nix | ||
| qemu-flags.nix | ||
| testing.nix | ||
| utils.nix | ||