nixpkgs/nixos/lib
Sandro Jäckel e2702f5aee
treewide: don't use python3Minimal where it is not required
Building a python environment with python3Minimal requires hydra
to bootstrap pip and build all packages used in the environment
which would otherwise not be built. This reduces cache re-use and duplicates things.

Also common dependencies normally included in python itself
are not properly checked and can cause hard to debug errors
because everyone just assumes those modules are there.
2023-12-21 02:21:48 +01:00
..
make-options-doc treewide: don't use python3Minimal where it is not required 2023-12-21 02:21:48 +01:00
test-driver nixos/lib/test-driver: make wait_for_unit ask for ActiveState only 2023-11-16 18:25:42 +00:00
testing nixos/testing/nodes: Do allow aliases 2023-11-06 12:30:28 +01:00
default.nix
eval-cacheable-options.nix
eval-config-minimal.nix
eval-config.nix nixos/eval-config.nix: Rename arg nixosSystem -> configuration 2023-10-10 13:25:15 +02:00
from-env.nix
make-btrfs-fs.nix nixos/lib/make-btrfs-fs: Use fakeroot and faketime (#265686) 2023-11-07 02:17:38 +02:00
make-channel.nix
make-disk-image.nix nixos/lib/make-disk-image: fix installBootLoader for disabled grub 2023-07-19 20:04:57 +02:00
make-ext4-fs.nix
make-iso9660-image.nix
make-iso9660-image.sh
make-multi-disk-zfs-image.nix
make-single-disk-zfs-image.nix
make-squashfs.nix make-squashfs: add support for pseudoFiles, custom name, and disabling strip 2023-10-12 10:51:41 -04:00
make-system-tarball.nix
make-system-tarball.sh
qemu-common.nix linux-builder: support x86_64-linux on aarch64 2023-10-24 13:35:37 +02:00
systemd-lib.nix systemd-lib: cleanup empty lines in unit files 2023-11-09 02:08:57 +01:00
systemd-network-units.nix nixos/networkd: add [IPVLAN] and [IPVTAP] configuration options to systemd.netdev files 2023-11-18 08:43:21 +01:00
systemd-types.nix
systemd-unit-options.nix
test-script-prepend.py
testing-python.nix nixos/test-driver: provide a global timeout 2023-10-29 12:45:00 +01:00
utils.nix Fix broken genJqSecretsReplacementSnippet for jq 1.7 (#257932) 2023-09-30 14:00:13 +02:00