Created
November 8, 2025 11:28
-
-
Save haruki7049/043cfbf1db6d7a2c172b623f10c0646b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [haruki@tuf-chan:~]$ nix repl | |
| Nix 2.31.2 | |
| Type :? for help. | |
| nix-repl> pkgs = import (builtins.fetchTarball "https://github.com/nixos/nixpkgs/archive/c80356bb1b1e65675470364434e58fcea8566dd7.tar.gz") { } | |
| nix-repl> pkgs.linuxPackages_latest | |
| { | |
| __unfix__ = «lambda @ /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/lib/fixed-points.nix:447:7»; | |
| acer-wmi-battery = «derivation /nix/store/9006154my7yn373i0m8l2254kpgxdcns-acer-wmi-battery-6.17.7-0.1.0-unstable-2025-04-24.drv»; | |
| acpi_call = «derivation /nix/store/i1nb8gb543psql4izcyxgapd3yvqn1md-acpi-call-1.2.2-6.17.7.drv»; | |
| ajantv2 = «derivation /nix/store/2p6kvdfwwiimnz2bfig11d93v1xw90aw-ajantv2-module-17.1.3-6.17.7.drv»; | |
| akvcam = «derivation /nix/store/2ic9kz23h1ls49rpz6rnspblxracfmf9-akvcam-1.2.6.drv»; | |
| amdgpu-i2c = «derivation /nix/store/822a3hynzamy4y7ym2hkdnv2lj82r7wg-amdgpu-i2c-0-unstable-2024-12-16.drv»; | |
| amdgpu-pro = «error: amdgpu-pro was removed due to lack of maintenance»; | |
| amneziawg = «derivation /nix/store/hwx9x8bnd7qj30n1bg21zaxiqqxxzb4f-amneziawg-1.0.20240711.drv»; | |
| apfs = «derivation /nix/store/9z7n08l9k0hcpgjslxyc9kabrl5p625f-apfs-0.3.13-6.17.7.drv»; | |
| asus-ec-sensors = «derivation /nix/store/5mm0s2ymp0b58f407mcr77swfg5fixsf-asus-ec-sensors-0.1.0-unstable-2025-01-10-6.17.7.drv»; | |
| asus-wmi-sensors = «derivation /nix/store/vd05hiym3cs4yrrwwmr77mv0fan7q22h-asus-wmi-sensors-unstable-2019-11-07-6.17.7.drv»; | |
| ati_drivers_x11 = «error: ati drivers are no longer supported by any kernel >=4.1»; | |
| ax99100 = «derivation /nix/store/kjajmdn7l3v6yvzras54li9ap4ff7d8q-ax99100-1.8.0.drv»; | |
| batman_adv = «derivation /nix/store/lcy5s56n32aj3xbd5jbmdl479bmvsqk2-batman-adv-2025.3-6.17.7.drv»; | |
| bbswitch = «derivation /nix/store/clnwyipw52p4gqaa6wbf37dxi3gq5c02-bbswitch-unstable-2021-11-29-6.17.7.drv»; | |
| bcachefs = «derivation /nix/store/1d9814h30mnd9bfmd8dh93v3bh7rgw4l-bcachefs-6.17.7-1.31.12.drv»; | |
| bcc = «derivation /nix/store/zf9aylzdg736z5d9lq6nbq18pghv37hk-bcc-0.34.0.drv»; | |
| bpftrace = «derivation /nix/store/h3sz3ggcr4ccxsgyj74n5i6077sk8qzr-bpftrace-0.23.2.drv»; | |
| broadcom_sta = «error: Package ‘broadcom-sta-6.30.223.271-59-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/broadcom-sta/default.nix:104 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "broadcom-sta" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| callPackage = «lambda callPackageWith @ /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/lib/customisation.nix:240:15»; | |
| can-isotp = «error: Package ‘can-isotp-20200910’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/can-isotp/default.nix:34 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| ch9344 = «derivation /nix/store/nfv26crcdhlil9c2ihpj3iw8x7x6diia-ch9344-0-unstable-2024-11-15.drv»; | |
| chipsec = «derivation /nix/store/8msckchyxj9a3i5d26z0g5xpvw6xii7y-chipsec-1.10.6.drv»; | |
| corefreq = «derivation /nix/store/z8b5lf6n5yba5jjrn5jdqqx0wggqmjav-corefreq-2.0.1.drv»; | |
| cpupower = «derivation /nix/store/sc4gg1jkyc1xz3074gcr86r93vfwj0ia-cpupower-6.17.7.drv»; | |
| cryptodev = «derivation /nix/store/mxyhik5ds8nvjd670jkwz9qx35cambz5-cryptodev-linux-1.14.drv»; | |
| ddcci-driver = «derivation /nix/store/bfyr4xs9nbc6qkji140d6hyvw20i7hrp-ddcci-driver-6.17.7-0.4.5-unstable-2024-09-26.drv»; | |
| dddvb = «error: Package ‘dddvb-0.9.38-pre.6’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/dddvb/default.nix:44 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| decklink = «error: Package ‘decklink-15.0’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/decklink/default.nix:50 has an unfree license (‘unfree’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "decklink" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| deepin-anything-module = «derivation /nix/store/1y9xfg0jcsd8rbppbnv0a2apkgl0937d-deepin-anything-module-6.2.10.drv»; | |
| digimend = «derivation /nix/store/p4qyw3myllgaibk9crmw27v8675wyy33-digimend-13-unstable-2025-01-02.drv»; | |
| dpdk = «derivation /nix/store/yqqlkgq0rdnpan2cjgxzf7adg25l36z6-dpdk-25.03.drv»; | |
| dpdk-kmods = «derivation /nix/store/p6xa71glixlh06a2p70qg7s601bzgz4q-dpdk-kmods-2023-02-05.drv»; | |
| drbd = «derivation /nix/store/hcj6jzz4n8c8x56jakwnzp91f29lwvyq-drbd-9.2.12.drv»; | |
| e1000e = null; | |
| ena = «derivation /nix/store/sskzm2iyxh4iw3ir0c1gs60sf6875nha-ena-2.13.3-6.17.7.drv»; | |
| evdi = «derivation /nix/store/vqv0nipl016v5g02lih41gy1gq19vhrp-evdi-1.14.10.drv»; | |
| exfat-nofuse = null; | |
| extend = «lambda extend @ /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/lib/fixed-points.nix:450:27»; | |
| facetimehd = «derivation /nix/store/7v12y45r7l3fqjyl4wpvg1gsmw3bw6c6-facetimehd-0.6.13-6.17.7.drv»; | |
| fanout = «derivation /nix/store/xa9y0s6qfia4m086ffhwvzvix4nllqvw-fanout-unstable-2022-10-17-6.17.7.drv»; | |
| framework-laptop-kmod = «derivation /nix/store/z55llraa4xrm6dd9p0zh8i1vf8x3zykf-framework-laptop-kmod-0-unstable-2024-09-15.drv»; | |
| fwts-efi-runtime = «derivation /nix/store/davh20kbx9aqsivb15l5sgz5vs4h3r3b-fwts-efi-runtime-24.09.00-6.17.7.drv»; | |
| gasket = «derivation /nix/store/q6a26ijmbxyq1asis256axq1ghkfjl57-gasket-1.0-18-unstable-2024-04-25.drv»; | |
| gcadapter-oc-kmod = «derivation /nix/store/aycn5nbaq9ifjrvqr93ld72br429v7k1-gcadapter-oc-kmod-unstable-2021-12-11.drv»; | |
| hid-ite8291r3 = «derivation /nix/store/jlbc5glj1xs39fhlmi6swiday2f90r0a-hid-ite8291r3-unstable-2022-06-01.drv»; | |
| hid-nintendo = «error: hid-nintendo was added in mainline kernel version 5.16»; | |
| hid-t150 = «derivation /nix/store/ljgca9kgpa7irmndmdvp71dqww6xwv8j-hid-t150-0.8a.drv»; | |
| hid-tmff2 = «derivation /nix/store/8w4dvjxgb9nbd9fm1sllp05207zviwq7-hid-tmff2-0-unstable-2025-04-12.drv»; | |
| hpuefi-mod = «derivation /nix/store/nwdwphv1am26a8wn6yac0fna8hncidn6-hpuefi-mod-3.05.drv»; | |
| hyperv-daemons = «derivation /nix/store/l8zj0bchk4rn7103lvymhi1nhvahibc6-hyperv-daemons-6.17.7.drv»; | |
| iio-utils = «derivation /nix/store/az41b86smhv8qab6ywdcmxgz9svwj0xw-iio-utils-6.17.7.drv»; | |
| intel-speed-select = «error: Package ‘intel-speed-select-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/intel-speed-select/default.nix:19 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| ipu6-drivers = «derivation /nix/store/9l341mn73wx52i6lhn464wkkf9hdrzfy-ipu6-drivers-unstable-2025-02-19.drv»; | |
| isHardened = false; | |
| isLTS = false; | |
| isLibre = false; | |
| isZen = false; | |
| isgx = «error: Package ‘isgx-2.14-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/isgx/default.nix:36 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| it87 = «derivation /nix/store/78qvyihn7ba13gmahw341k8hd9fjagja-it87-unstable-2024-06-09-6.17.7.drv»; | |
| ithc = «error: Package ‘ithc-unstable-2022-06-07’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/ithc/default.nix:34 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| ivsc-driver = «error: Package ‘ivsc-driver-unstable-2024-09-18’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/ivsc-driver/default.nix:39 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| ixgbevf = «error: Package ‘ixgbevf-4.6.1-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/ixgbevf/default.nix:33 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| jool = «derivation /nix/store/7b8vfgh7146s67zdhv2nrvpxixym4by6-jool-4.1.14-6.17.7.drv»; | |
| kernel = «derivation /nix/store/raygqr3bk24jgqq28g2amrkhkx1f2bmi-linux-6.17.7.drv»; | |
| kernelAtLeast = «lambda versionAtLeast @ /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/lib/strings.nix:1887:24»; | |
| kernelModuleMakeFlags = [ ... ]; | |
| kernelOlder = «lambda versionOlder @ /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/lib/strings.nix:1853:22»; | |
| kvdo = «error: kvdo was removed, because it was added to mainline in kernel version 6.9»; | |
| kvmfr = «derivation /nix/store/2igv0jgw926z5hfzv5wl7idhb9rlpxjb-kvmfr-B7.drv»; | |
| lenovo-legion-module = «derivation /nix/store/lja6bg0zzgl90bhbh6m8m5ygn39cn9vs-lenovo-legion-module-0.0.20-unstable-2025-04-01.drv»; | |
| linux-gpib = «derivation /nix/store/4qh804448sfa4k6dl57jxxa4n10yzkl7-linux-gpib-kernel-4.3.6.drv»; | |
| liquidtux = «derivation /nix/store/r1n4mfcnkybj2pqlkdi1ma4wcp8phyvq-liquidtux-0.1.0-unstable-2025-01-16-6.17.7.drv»; | |
| lkrg = «derivation /nix/store/pzisr79vy8f8668jpvq2j65nhk86ygy6-lkrg-0.9.9-6.17.7.drv»; | |
| lttng-modules = «derivation /nix/store/3fm3fff13zyf57b2fghzrbvsljv9rksp-lttng-modules-6.17.7-2.13.15.drv»; | |
| mba6x_bl = «derivation /nix/store/sn449afwiwcgpbskfh1nf9yn5y6iyk90-mba6x_bl-unstable-2017-12-30.drv»; | |
| mbp2018-bridge-drv = «derivation /nix/store/g3ziahmby1hjdx44m7hzjk8p4m1n1h9l-mbp2018-bridge-drv-2020-01-31.drv»; | |
| mm-tools = «derivation /nix/store/93a5v7q23k4kg2z4vhjjlqwlddhmwwcc-mm-tools-6.12.57.drv»; | |
| msi-ec = «derivation /nix/store/z0wqflyj83jsrajhqwcv7cjslf75lglz-msi-ec-kmods-0-unstable-2024-11-04.drv»; | |
| mstflint_access = «derivation /nix/store/4gil17qchw8hkc2f79irbaidd2nb8jrl-mstflint_access-4.31.0-1.drv»; | |
| mwprocapture = «error: Package ‘mwprocapture-1.3.4418-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/mwprocapture/default.nix:70 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "mwprocapture" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| mxu11x0 = «error: Package ‘mxu11x0-5.1-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/mxu11x0/default.nix:39 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nct6687d = «derivation /nix/store/pv57x4prynak39fxr0pqf5rxghpzwmaq-nct6687d-0-unstable-2025-04-27.drv»; | |
| ndiswrapper = «error: Package ‘ndiswrapper-1.63-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/ndiswrapper/default.nix:51 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| netatop = «derivation /nix/store/1aiy6c2y52547g66136yldhby546sypm-netatop-6.17.7-3.1.drv»; | |
| new-lg4ff = «derivation /nix/store/y7fdw5fbcyncxhr0vq4cz6xj81an8b6g-new-lg4ff-0-unstable-2024-11-25.drv»; | |
| nullfs = «derivation /nix/store/gym8xcscsi5zbnsfns97lx1b3cj9bp1y-nullfs-0.18.drv»; | |
| nvidiaPackages = { ... }; | |
| nvidia_dc = «error: Package ‘nvidia-dc-565.57.01-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-dc" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_dc_535 = «error: Package ‘nvidia-dc-535.261.03-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-dc" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_dc_565 = «repeated»; | |
| nvidia_x11 = «error: Package ‘nvidia-x11-570.195.03-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_beta = «error: Package ‘nvidia-x11-575.51.02-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_beta_open = «derivation /nix/store/xjs18z5m9y1lc4mbnh2az0iagkq22n6a-nvidia-open-6.17.7-575.51.02.drv»; | |
| nvidia_x11_latest = «repeated»; | |
| nvidia_x11_latest_open = «derivation /nix/store/qf51bgki167zqzzb96325z9fsszkzf7j-nvidia-open-6.17.7-570.195.03.drv»; | |
| nvidia_x11_legacy340 = «error: Package ‘nvidia-x11-340.108-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_legacy390 = «error: Package ‘nvidia-x11-390.157-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_legacy470 = «error: Package ‘nvidia-x11-470.256.02-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_legacy535 = «error: Package ‘nvidia-x11-535.274.02-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_production = «repeated»; | |
| nvidia_x11_production_open = «repeated»; | |
| nvidia_x11_stable_open = «repeated»; | |
| nvidia_x11_vulkan_beta = «error: Package ‘nvidia-x11-570.123.14-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_vulkan_beta_open = «derivation /nix/store/j4p664jjjcgcr99m4c25rzvcf4r92qh8-nvidia-open-6.17.7-570.123.14.drv»; | |
| nvidiabl = «error: Package ‘nvidiabl-2020-10-01-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidiabl/default.nix:35 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nxp-pn5xx = «derivation /nix/store/f9scxdgpvhgn3c2qf4g8qqi1knvkxjfy-nxp-pn5xx-0.4-unstable-2025-02-08-6.17.7.drv»; | |
| oci-seccomp-bpf-hook = «derivation /nix/store/z27314j8ac24h2pzz8jxkf90n512k6km-oci-seccomp-bpf-hook-1.2.11.drv»; | |
| odp-dpdk = «derivation /nix/store/3f6cf6p5s9c1lrlp29byi9031whrvfyw-odp-dpdk-1.46.0.0_DPDK_22.11.drv»; | |
| openafs = «derivation /nix/store/f7snakfy8078swfx6ls228wmkqxg03ls-openafs-1.8.13.2-6.17.7.drv»; | |
| openafs_1_8 = «repeated»; | |
| openrazer = «derivation /nix/store/s2bahqwjzr1sn9h80gq1rf2cnqalzg17-openrazer-3.10.3-6.17.7.drv»; | |
| opensnitch-ebpf = «derivation /nix/store/jvbiqknkj4jfnzphjc0n8vghl25bzc62-opensnitch_ebpf-1.7.2-6.17.7.drv»; | |
| perf = «derivation /nix/store/r50xri4ii123jh64ndyls6ligm5jfpm0-perf-linux-6.17.7.drv»; | |
| phc-intel = «error: Package ‘linux-phc-intel-0.4.0-rev25-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/phc-intel/default.nix:47 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| pktgen = «derivation /nix/store/msv7irpwpr4s0zcbiwd2gm90jjs28r38-pktgen-24.10.3.drv»; | |
| ply = «derivation /nix/store/bs5jniqcqglvj6j9wblb3znj1z36adh2-ply-2.1.1-e25c913.drv»; | |
| prl-tools = «error: Package ‘prl-tools-20.4.1-55996’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/prl-tools/default.nix:187 has an unfree license (‘unfree’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "prl-tools" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| qc71_laptop = «derivation /nix/store/1s527hznigmpzhdgib77gdv3aj2adrkv-qc71_laptop-0-unstable-2025-01-07.drv»; | |
| r8125 = «derivation /nix/store/hzr71rvgnzq597fkclwrhyg0x6bmwn4g-r8125-9.015.00.drv»; | |
| r8168 = «error: Package ‘r8168-6.17.7-8.053.00’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/r8168/default.nix:55 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| recurseForDerivations = true; | |
| rr-zen_workaround = «derivation /nix/store/i8cmgvhhi2x15znk9wgqva3s4kvxprbc-rr-zen_workaround-5.9.0.drv»; | |
| rtl8188eus-aircrack = «derivation /nix/store/ffn39sl18sjhxkfkr546k0ql9h7ws05s-rtl8188eus-aircrack-6.17.7-unstable-2024-09-18.drv»; | |
| rtl8189es = «derivation /nix/store/gwdl4p2pwv8vvh3wg38s93vbdw5vzc6y-rtl8189es-6.17.7-2024-01-21.drv»; | |
| rtl8189fs = «derivation /nix/store/mf85crnqakdgfc1286snhbfd9jxapawy-rtl8189fs-6.17.7-2024-01-22.drv»; | |
| rtl8192eu = «derivation /nix/store/pdg6ysvcsvz5pyzf6gxnfk8fnvapvbw0-rtl8192eu-6.17.7-4.4.1.20250504.drv»; | |
| rtl8723bs = «error: rtl8723bs was added in mainline kernel version 4.12»; | |
| rtl8723ds = «derivation /nix/store/ld3aaai89aka4c3jpx9lyx02wlm3wq23-rtl8723ds-6.17.7-unstable-2023-11-14.drv»; | |
| rtl8812au = «derivation /nix/store/0fb0h2sc0lgyzqvamf32q8mcs8szib94-rtl8812au-6.17.7-unstable-2024-06-13.drv»; | |
| rtl8814au = «derivation /nix/store/yamq5504ncgg2pg0paf64sv4y7w5ah2k-rtl8814au-6.17.7-unstable-2024-05-26.drv»; | |
| rtl8821au = «derivation /nix/store/0algksn3kgx69hsmzg589zb799lsrd15-rtl8821au-6.17.7-unstable-2025-04-08.drv»; | |
| rtl8821ce = «derivation /nix/store/yq7sn5f8734cdn157prmsnsnhjfrnixk-rtl8821ce-0-unstable-2025-05-31.drv»; | |
| rtl8821cu = «derivation /nix/store/zyfr1a50llknf9sfwwlrk5ardw6q7akm-rtl8821cu-6.17.7-unstable-2025-05-08.drv»; | |
| rtl8852au = «derivation /nix/store/jxjk3ayf3w27w8wmyszhik14bbdf8lv4-rtl8852au-6.17.7-unstable-2024-05-06.drv»; | |
| rtl8852bu = «derivation /nix/store/a5rgw8isxgyxjqfa0br18jp3marb6wb0-rtl8852bu-6.17.7-unstable-2025-05-18.drv»; | |
| rtl88x2bu = «derivation /nix/store/2mhjfnvq1sbsdhx13ryx56h4qr9hgnpy-rtl88x2bu-6.17.7-unstable-2024-06-09.drv»; | |
| rtl88xxau-aircrack = «derivation /nix/store/iqwgydpgkhwx325fj0amw9h6ccbf5rg5-rtl88xxau-aircrack-6.17.7-unstable-2024-04-09.drv»; | |
| rtw88 = «derivation /nix/store/jc1lkqrizmn12mxwwm9zsk2dqffx38fa-rtw88-0-unstable-2025-08-09.drv»; | |
| rtw89 = null; | |
| rust-out-of-tree-module = «derivation /nix/store/y812a1i7ndrg2wq8imvrsl1cd3r9k5k5-rust-out-of-tree-module-0-unstable-2024-05-06.drv»; | |
| ryzen-smu = «derivation /nix/store/aiys8w2k67vd8izlkfng6i1lkn13yqpg-ryzen-smu-6.17.7-0.1.5-unstable-2024-01-03.drv»; | |
| sch_cake = «error: sch_cake was added in mainline kernel version 4.19»; | |
| shufflecake = «derivation /nix/store/3a0lbsffam7xxzcj5hlnmnz81qxqg31l-shufflecake.drv»; | |
| stdenv = «derivation /nix/store/nsvrknrqxdf2lxcfbqkr0p05897ww5lx-stdenv-linux.drv»; | |
| sysdig = «derivation /nix/store/yzpqagb2218aqhkh7qiahbm3dgvqa3p9-sysdig-0.38.1.drv»; | |
| system76 = «derivation /nix/store/czg4c3shqlwqrgllsazgppnf6dch0vwg-system76-module-1.0.17-6.17.7.drv»; | |
| system76-acpi = «derivation /nix/store/ajcy1xaxqgl7prf73garyljjl80v9xsw-system76-acpi-module-1.0.2-6.17.7.drv»; | |
| system76-io = «derivation /nix/store/lp1nx74qvhvxb4xr1y0qhvibi078xpkb-system76-io-module-1.0.4-6.17.7.drv»; | |
| evaluation warning: kernelPackages.system76-power is now pkgs.system76-power | |
| «derivation /nix/store/2h4jr389cs6fgkyr0r66d52xka42rj62-system76-power-1.2.4.drv»; | |
| evaluation warning: kernelPackages.system76-scheduler is now pkgs.system76-scheduler | |
| «derivation /nix/store/84p61fy6bajz4ndhhzw5hdc2g2234r0x-system76-scheduler-2.0.2.drv»; | |
| systemtap = «derivation /nix/store/k9j6anc9m990v0f40axm9b8i2q2wjs6q-systemtap-5.2.drv»; | |
| tbs = «error: Package ‘tbs-20250510-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/tbs/default.nix:80 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| tmon = «derivation /nix/store/a6wpyydd21ivwgcdp9akz3kz04jb55zm-tmon-6.17.7.drv»; | |
| tp_smapi = «derivation /nix/store/ca58cnd5fjjvlyh8q95h9k2r4z7ip316-tp_smapi-0.44-unstable-2025-05-26-6.17.7.drv»; | |
| trelay = «derivation /nix/store/km7jzkfc859xiag86g3xyzn29b5qshy1-trelay-22.03.5-6.17.7.drv»; | |
| tsme-test = «derivation /nix/store/lzy6rykcilxvz8r685f73pla1ajdg3hc-tsme-test-6.17.7-unstable-2022-12-07.drv»; | |
| turbostat = «derivation /nix/store/r45g5xc8fp53f6fx2y2fywgkclxqnqcc-turbostat-6.17.7.drv»; | |
| tuxedo-drivers = «derivation /nix/store/g0mb9v3dw7fx3v65nrma72yj20d3vjln-tuxedo-drivers-6.17.7-4.13.0.drv»; | |
| tuxedo-keyboard = «repeated»; | |
| universal-pidff = «derivation /nix/store/ir57jcl4vphmfn3k7wn3v2gdjxm5c4xr-universal-pidff-0.1.0.drv»; | |
| usbip = «derivation /nix/store/rfyrdl1qgki5iyi692lz0z2fpwhfpk3g-usbip-linux-6.17.7.drv»; | |
| v4l2loopback = «derivation /nix/store/kxlfym014blxf2j0icng9x69c8gngnhx-v4l2loopback-0.15.1-6.17.7.drv»; | |
| v86d = «derivation /nix/store/s6y2yjxx19c6fr3nlmyniqq7357js3w7-v86d-0.1.10-6.17.7.drv»; | |
| veikk-linux-driver = «derivation /nix/store/837gmw59c87rb5aybq2vgx0shb7vm387-veikk-linux-driver-2.0.drv»; | |
| vendor-reset = «derivation /nix/store/z6k7dpkad0v7pwp9sainha2a4mfhph95-vendor-reset-unstable-2024-04-16-6.17.7.drv»; | |
| vhba = «derivation /nix/store/zzawcjjvfxvrkd2mdh37b6frlbc1wfhk-vhba-20250329.drv»; | |
| virtio_vmmci = «derivation /nix/store/ar0x983cfz8nmlbm885pry538mraj34k-virtio_vmmci.drv»; | |
| virtualbox = «derivation /nix/store/jczwr9l05lky6q0nc7j85yrzg70kasds-virtualbox-modules-7.1.12-6.17.7.drv»; | |
| virtualboxGuestAdditions = «derivation /nix/store/mg806q6znjaxlvc61hqvvvh8lz4x8ckr-VirtualBox-GuestAdditions-7.1.12-6.17.7.drv»; | |
| vm-tools = «repeated»; | |
| vmm_clock = «derivation /nix/store/cch6dx1w32v5q2mmm19mkk79vshnjfnk-vmm_clock-0.2.1.drv»; | |
| vmware = «derivation /nix/store/sgacla7vc11ijw4imd1a9zy4l05pqzqr-vmware-modules-workstation-17.6.3-6.17.7.drv»; | |
| wireguard = null; | |
| x86_energy_perf_policy = «derivation /nix/store/x2m80asz1s10h5dykg83h9n4ha6hfi6w-x86_energy_perf_policy-6.17.7.drv»; | |
| xmm7360-pci = «error: Support for the XMM7360 WWAN card was added to the iosm kmod in mainline kernel version 5.18»; | |
| xone = «derivation /nix/store/5096r16i8ylw8b0zl2wii8rp8sjpmkkr-xone-0.3.5.drv»; | |
| xpad-noone = «derivation /nix/store/zfxcw05rq6kkibpbvrv6rpvq1a8wgcwr-xpad-noone-0-unstable-2024-01-10.drv»; | |
| xpadneo = «derivation /nix/store/xr1w8kzgqybl3x0bl1hal1hx7nbzh4hk-xpadneo-0.9.7.drv»; | |
| yt6801 = «derivation /nix/store/5cfw1xz7y1a2z5gcm9hlmkrj1jmsmsj1-yt6801-1.0.29-20240812.drv»; | |
| zenergy = «derivation /nix/store/ffi4ycl8712q430hvafdis8mygcfdrbq-zenergy-0-unstable-2025-08-31.drv»; | |
| zenpower = «derivation /nix/store/r657ms5si1dqrskx4rh6d4wfndpy97w1-zenpower-unstable-2025-06-17.drv»; | |
| zfs = «error: linuxPackages.zfs has been removed, use zfs_* instead, or linuxPackages.${pkgs.zfs.kernelModuleAttribute}»; | |
| zfs_2_1 = «error: zfs_2_1 has been removed»; | |
| zfs_2_2 = «error: Package ‘zfs-kernel-2.2.8-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/zfs/generic.nix:291 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| zfs_2_3 = «error: Package ‘zfs-kernel-2.3.4-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/zfs/generic.nix:291 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| zfs_unstable = «error: Package ‘zfs-kernel-2.4.0-rc1-6.17.7’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/zfs/generic.nix:291 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| } | |
| nix-repl> pkgs.linuxPackages | |
| pkgs.linuxPackages pkgs.linuxPackages_6_12 pkgs.linuxPackages_ham pkgs.linuxPackages_rt_5_15 | |
| pkgs.linuxPackages-libre pkgs.linuxPackages_6_12_hardened pkgs.linuxPackages_hardened pkgs.linuxPackages_rt_5_4 | |
| pkgs.linuxPackages-rt pkgs.linuxPackages_6_13 pkgs.linuxPackages_latest pkgs.linuxPackages_rt_6_1 | |
| pkgs.linuxPackages-rt_latest pkgs.linuxPackages_6_13_hardened pkgs.linuxPackages_latest-libre pkgs.linuxPackages_testing | |
| pkgs.linuxPackagesFor pkgs.linuxPackages_6_14 pkgs.linuxPackages_latest_hardened pkgs.linuxPackages_testing_bcachefs | |
| pkgs.linuxPackages_4_19 pkgs.linuxPackages_6_14_hardened pkgs.linuxPackages_latest_xen_dom0 pkgs.linuxPackages_xanmod | |
| pkgs.linuxPackages_5_10 pkgs.linuxPackages_6_15 pkgs.linuxPackages_latest_xen_dom0_hardened pkgs.linuxPackages_xanmod_latest | |
| pkgs.linuxPackages_5_10_hardened pkgs.linuxPackages_6_16 pkgs.linuxPackages_lqx pkgs.linuxPackages_xanmod_stable | |
| pkgs.linuxPackages_5_15 pkgs.linuxPackages_6_17 pkgs.linuxPackages_rpi0 pkgs.linuxPackages_xen_dom0 | |
| pkgs.linuxPackages_5_15_hardened pkgs.linuxPackages_6_1_hardened pkgs.linuxPackages_rpi02w pkgs.linuxPackages_xen_dom0_hardened | |
| pkgs.linuxPackages_5_4 pkgs.linuxPackages_6_6 pkgs.linuxPackages_rpi1 pkgs.linuxPackages_zen | |
| pkgs.linuxPackages_5_4_hardened pkgs.linuxPackages_6_6_hardened pkgs.linuxPackages_rpi2 | |
| pkgs.linuxPackages_6_1 pkgs.linuxPackages_6_9 pkgs.linuxPackages_rpi3 | |
| pkgs.linuxPackages_6_10 pkgs.linuxPackages_custom pkgs.linuxPackages_rpi4 | |
| pkgs.linuxPackages_6_11 pkgs.linuxPackages_custom_tinyconfig_kernel pkgs.linuxPackages_rt_5_10 | |
| nix-repl> pkgs.linuxPackages | |
| { | |
| __unfix__ = «lambda @ /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/lib/fixed-points.nix:447:7»; | |
| acer-wmi-battery = «derivation /nix/store/qybm8f5kmj53b1mlj59w2lnb5jig31c5-acer-wmi-battery-6.12.57-0.1.0-unstable-2025-04-24.drv»; | |
| acpi_call = «derivation /nix/store/5lq4x6jnlx84c8als9wv9fdab0xnf2l0-acpi-call-1.2.2-6.12.57.drv»; | |
| ajantv2 = «derivation /nix/store/rn7mrdm2jnqv3dckgja1ych0930naf6p-ajantv2-module-17.1.3-6.12.57.drv»; | |
| akvcam = «derivation /nix/store/ffa3s6za288i9ajfd28srjnys3yz34d5-akvcam-1.2.6.drv»; | |
| amdgpu-i2c = «derivation /nix/store/3zf3563f6dhqk8y6jgs0vvdqs5nrj30m-amdgpu-i2c-0-unstable-2024-12-16.drv»; | |
| amdgpu-pro = «error: amdgpu-pro was removed due to lack of maintenance»; | |
| amneziawg = «derivation /nix/store/x52rx4na7wzb3vyxii3llh2biw9xwra6-amneziawg-1.0.20240711.drv»; | |
| apfs = «derivation /nix/store/7fgpnjiwxfswnlkxnlrziywdrqj7g80g-apfs-0.3.13-6.12.57.drv»; | |
| asus-ec-sensors = «derivation /nix/store/miwhjwdpbyjp3m9gzh66azxkazfjq8q7-asus-ec-sensors-0.1.0-unstable-2025-01-10-6.12.57.drv»; | |
| asus-wmi-sensors = «derivation /nix/store/sp5fyyb8mjwl8s0brfsmy6sb19kl22y5-asus-wmi-sensors-unstable-2019-11-07-6.12.57.drv»; | |
| ati_drivers_x11 = «error: ati drivers are no longer supported by any kernel >=4.1»; | |
| ax99100 = «derivation /nix/store/ri3sv08w0ly1c6pq5cyxvrr1z49xm782-ax99100-1.8.0.drv»; | |
| batman_adv = «derivation /nix/store/1zmv7rkvwqjbwp1vwdq0nma76ljnbncs-batman-adv-2025.3-6.12.57.drv»; | |
| bbswitch = «derivation /nix/store/v221y9563d9yim6zg110987906z8pi8z-bbswitch-unstable-2021-11-29-6.12.57.drv»; | |
| bcachefs = «error: Package ‘bcachefs-6.12.57-1.31.12’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/by-name/bc/bcachefs-tools/kernel-module.nix:37 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| bcc = «derivation /nix/store/zf9aylzdg736z5d9lq6nbq18pghv37hk-bcc-0.34.0.drv»; | |
| bpftrace = «derivation /nix/store/h3sz3ggcr4ccxsgyj74n5i6077sk8qzr-bpftrace-0.23.2.drv»; | |
| broadcom_sta = «error: Package ‘broadcom-sta-6.30.223.271-59-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/broadcom-sta/default.nix:104 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "broadcom-sta" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| callPackage = «lambda callPackageWith @ /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/lib/customisation.nix:240:15»; | |
| can-isotp = «error: Package ‘can-isotp-20200910’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/can-isotp/default.nix:34 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| ch9344 = «derivation /nix/store/y2jfj3y1di6785ir13rj4yw5y4ljh2q9-ch9344-0-unstable-2024-11-15.drv»; | |
| chipsec = «derivation /nix/store/iqmy1izz3jp4yid0wgmhhx8dl9hm3s5m-chipsec-1.10.6.drv»; | |
| corefreq = «derivation /nix/store/6yij2qsvah9fn9yd7nz8d6ykwx1v6r38-corefreq-2.0.1.drv»; | |
| cpupower = «derivation /nix/store/x32gam0clp28l55z04krzc0kpdc3ahi3-cpupower-6.12.57.drv»; | |
| cryptodev = «derivation /nix/store/p7hsch6w9zgly7src9g79ck7jsgdazq2-cryptodev-linux-1.14.drv»; | |
| ddcci-driver = «derivation /nix/store/9q267716785fh7wd6d2pg5zql2w37pxx-ddcci-driver-6.12.57-0.4.5-unstable-2024-09-26.drv»; | |
| dddvb = «error: Package ‘dddvb-0.9.38-pre.6’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/dddvb/default.nix:44 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| decklink = «error: Package ‘decklink-15.0’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/decklink/default.nix:50 has an unfree license (‘unfree’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "decklink" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| deepin-anything-module = «derivation /nix/store/82j7i5llxqxax8nwhk0p3khh4wnxsw5c-deepin-anything-module-6.2.10.drv»; | |
| digimend = «derivation /nix/store/0mvhr1nwzp3yq0xajw8f23ph4z4h4r04-digimend-13-unstable-2025-01-02.drv»; | |
| dpdk = «derivation /nix/store/yqqlkgq0rdnpan2cjgxzf7adg25l36z6-dpdk-25.03.drv»; | |
| dpdk-kmods = «derivation /nix/store/rxh638503jqxc399v04p1dhvyl6ych3s-dpdk-kmods-2023-02-05.drv»; | |
| drbd = «derivation /nix/store/2qdk6yicga43pwy5i8lkjavi63plw416-drbd-9.2.12.drv»; | |
| e1000e = null; | |
| ena = «derivation /nix/store/1wsyxq9mybi3qw4lwd5a6rd8qw9cl87q-ena-2.13.3-6.12.57.drv»; | |
| evdi = «derivation /nix/store/1jvpqfrl3w6jfzijxkgriwzkf14psrvs-evdi-1.14.10.drv»; | |
| exfat-nofuse = null; | |
| extend = «lambda extend @ /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/lib/fixed-points.nix:450:27»; | |
| facetimehd = «derivation /nix/store/q6xinyscrxqkmbl5hy3nbx2w2cvyy2fj-facetimehd-0.6.13-6.12.57.drv»; | |
| fanout = «derivation /nix/store/m6vavalhvx22hc328gjajrzpg55jn536-fanout-unstable-2022-10-17-6.12.57.drv»; | |
| framework-laptop-kmod = «derivation /nix/store/ccfjdgv6zp5mv0wc0640lyhylsjcl7f0-framework-laptop-kmod-0-unstable-2024-09-15.drv»; | |
| fwts-efi-runtime = «derivation /nix/store/82bd77nf2i71vc41zd6gakpq3hfag1bx-fwts-efi-runtime-24.09.00-6.12.57.drv»; | |
| gasket = «derivation /nix/store/gym174qcf1yzk5ijnvnjf8iizbsqxk7a-gasket-1.0-18-unstable-2024-04-25.drv»; | |
| gcadapter-oc-kmod = «derivation /nix/store/47w2mmlpkg1yp1508xcqibyvrlm4c4ql-gcadapter-oc-kmod-unstable-2021-12-11.drv»; | |
| hid-ite8291r3 = «derivation /nix/store/ybn6glqkb33n0c1lgr06wrm95hz7ijnn-hid-ite8291r3-unstable-2022-06-01.drv»; | |
| hid-nintendo = «error: hid-nintendo was added in mainline kernel version 5.16»; | |
| hid-t150 = «derivation /nix/store/5k0k6iam9ipx92jmyggi9z1lmhwn2ngh-hid-t150-0.8a.drv»; | |
| hid-tmff2 = «derivation /nix/store/8qcq0mrbh7jbxfqb2316fq2gs6nbn18p-hid-tmff2-0-unstable-2025-04-12.drv»; | |
| hpuefi-mod = «derivation /nix/store/vpzqv4pi1x8z9x8w8iw7g51vqr2k1iy4-hpuefi-mod-3.05.drv»; | |
| hyperv-daemons = «derivation /nix/store/i86059486gb3y44apnjmd1c94m504fda-hyperv-daemons-6.12.57.drv»; | |
| iio-utils = «derivation /nix/store/dw5jqppnd40pbjz8kaqmqwf1znsqwlbd-iio-utils-6.12.57.drv»; | |
| intel-speed-select = «error: Package ‘intel-speed-select-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/intel-speed-select/default.nix:19 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| ipu6-drivers = «derivation /nix/store/41ph49nfqrnschwgkw2c4xqh0y7pzs0c-ipu6-drivers-unstable-2025-02-19.drv»; | |
| isHardened = false; | |
| isLTS = true; | |
| isLibre = false; | |
| isZen = false; | |
| isgx = «error: Package ‘isgx-2.14-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/isgx/default.nix:36 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| it87 = «derivation /nix/store/cjzmrm92xs2gip83pd8h53ckscvp7266-it87-unstable-2024-06-09-6.12.57.drv»; | |
| ithc = «error: Package ‘ithc-unstable-2022-06-07’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/ithc/default.nix:34 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| ivsc-driver = «error: Package ‘ivsc-driver-unstable-2024-09-18’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/ivsc-driver/default.nix:39 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| ixgbevf = «error: Package ‘ixgbevf-4.6.1-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/ixgbevf/default.nix:33 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| jool = «derivation /nix/store/hrzh0isy9dbi12zscc2jp91k7rgy4bhh-jool-4.1.14-6.12.57.drv»; | |
| kernel = «derivation /nix/store/yj1cqgg3iwns56paprbx0d50viaml0da-linux-6.12.57.drv»; | |
| kernelAtLeast = «lambda versionAtLeast @ /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/lib/strings.nix:1887:24»; | |
| kernelModuleMakeFlags = [ ... ]; | |
| kernelOlder = «lambda versionOlder @ /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/lib/strings.nix:1853:22»; | |
| kvdo = «error: kvdo was removed, because it was added to mainline in kernel version 6.9»; | |
| kvmfr = «derivation /nix/store/m0s076lfsn9c5d6wxlzf6rs1h2d4p821-kvmfr-B7.drv»; | |
| lenovo-legion-module = «derivation /nix/store/b9h9j4ldh6jkam2gyyzndyjhwayrhnlc-lenovo-legion-module-0.0.20-unstable-2025-04-01.drv»; | |
| linux-gpib = «derivation /nix/store/ggsrjy9940mgz5gb5nqmxamqf54jc32v-linux-gpib-kernel-4.3.6.drv»; | |
| liquidtux = «derivation /nix/store/d6m8f4acr40zipq1qss5wb3b5maz4wwv-liquidtux-0.1.0-unstable-2025-01-16-6.12.57.drv»; | |
| lkrg = «derivation /nix/store/yda9kj09igai9mzy0niiy6n3xzqgk4j1-lkrg-0.9.9-6.12.57.drv»; | |
| lttng-modules = «derivation /nix/store/9fvdqwfckva080bw5q1aka49yamsn4ry-lttng-modules-6.12.57-2.13.15.drv»; | |
| mba6x_bl = «derivation /nix/store/43381ljifikg24blxc7bjlyfni3gshy7-mba6x_bl-unstable-2017-12-30.drv»; | |
| mbp2018-bridge-drv = «derivation /nix/store/ccp3rmb7g7mwdd768hhr29yyqa5yz0gw-mbp2018-bridge-drv-2020-01-31.drv»; | |
| mm-tools = «derivation /nix/store/93a5v7q23k4kg2z4vhjjlqwlddhmwwcc-mm-tools-6.12.57.drv»; | |
| msi-ec = «derivation /nix/store/40mnz9z2z0wj7all9rzsdah3nfhnyfbk-msi-ec-kmods-0-unstable-2024-11-04.drv»; | |
| mstflint_access = «derivation /nix/store/99n9aridsywr39jviyy836qn6binsagp-mstflint_access-4.31.0-1.drv»; | |
| mwprocapture = «error: Package ‘mwprocapture-1.3.4418-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/mwprocapture/default.nix:70 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "mwprocapture" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| mxu11x0 = «error: Package ‘mxu11x0-5.1-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/mxu11x0/default.nix:39 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nct6687d = «derivation /nix/store/hn96shmjlqh7s0mb77f53b4khw8rw4kk-nct6687d-0-unstable-2025-04-27.drv»; | |
| ndiswrapper = «error: Package ‘ndiswrapper-1.63-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/ndiswrapper/default.nix:51 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| netatop = «derivation /nix/store/bznqcvscxwbxh12jzsh3jd45icfhpiig-netatop-6.12.57-3.1.drv»; | |
| new-lg4ff = «derivation /nix/store/vf3gn91rm7g0vibpyfp1dyzqr5vsi6sx-new-lg4ff-0-unstable-2024-11-25.drv»; | |
| nullfs = «derivation /nix/store/84dwwsaq6nqfjz4d3yb860nhpza88jxp-nullfs-0.18.drv»; | |
| nvidiaPackages = { ... }; | |
| nvidia_dc = «error: Package ‘nvidia-dc-565.57.01-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-dc" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_dc_535 = «error: Package ‘nvidia-dc-535.261.03-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-dc" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_dc_565 = «repeated»; | |
| nvidia_x11 = «error: Package ‘nvidia-x11-570.195.03-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_beta = «error: Package ‘nvidia-x11-575.51.02-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_beta_open = «derivation /nix/store/wdi29gs3iq0x3xvqhab303hrqzd8qbxg-nvidia-open-6.12.57-575.51.02.drv»; | |
| nvidia_x11_latest = «repeated»; | |
| nvidia_x11_latest_open = «derivation /nix/store/2djn5gnp06l59sghwjxg8jhxksxqiyf8-nvidia-open-6.12.57-570.195.03.drv»; | |
| nvidia_x11_legacy340 = «error: Package ‘nvidia-x11-340.108-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_legacy390 = «error: Package ‘nvidia-x11-390.157-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_legacy470 = «error: Package ‘nvidia-x11-470.256.02-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_legacy535 = «error: Package ‘nvidia-x11-535.274.02-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_production = «repeated»; | |
| nvidia_x11_production_open = «repeated»; | |
| nvidia_x11_stable_open = «repeated»; | |
| nvidia_x11_vulkan_beta = «error: Package ‘nvidia-x11-570.123.14-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidia-x11/generic.nix:322 has an unfree license (‘unfreeRedistributable’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "nvidia-x11" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nvidia_x11_vulkan_beta_open = «derivation /nix/store/dz8k8nf0xlx734jn7h8ifxiq3w7k73p6-nvidia-open-6.12.57-570.123.14.drv»; | |
| nvidiabl = «error: Package ‘nvidiabl-2020-10-01-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/nvidiabl/default.nix:35 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| nxp-pn5xx = «derivation /nix/store/khnflv73r4jjr6dlacch2ifsxvkm55ag-nxp-pn5xx-0.4-unstable-2025-02-08-6.12.57.drv»; | |
| oci-seccomp-bpf-hook = «derivation /nix/store/z27314j8ac24h2pzz8jxkf90n512k6km-oci-seccomp-bpf-hook-1.2.11.drv»; | |
| odp-dpdk = «derivation /nix/store/3f6cf6p5s9c1lrlp29byi9031whrvfyw-odp-dpdk-1.46.0.0_DPDK_22.11.drv»; | |
| openafs = «derivation /nix/store/b47c0w7ivlsaa41984f1ayl8z12m26nh-openafs-1.8.13.2-6.12.57.drv»; | |
| openafs_1_8 = «repeated»; | |
| openrazer = «derivation /nix/store/29qydzyn74x68ywabn816bm0vj08z9k7-openrazer-3.10.3-6.12.57.drv»; | |
| opensnitch-ebpf = «derivation /nix/store/byj5kjwggmp7mqpdmr8dgpkg5lyc0iba-opensnitch_ebpf-1.7.2-6.12.57.drv»; | |
| perf = «derivation /nix/store/v0j958s51p4p256yrz7s9fwlsr46g1ch-perf-linux-6.12.57.drv»; | |
| phc-intel = «error: Package ‘linux-phc-intel-0.4.0-rev25-6.12.57’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/phc-intel/default.nix:47 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| pktgen = «derivation /nix/store/msv7irpwpr4s0zcbiwd2gm90jjs28r38-pktgen-24.10.3.drv»; | |
| ply = «derivation /nix/store/88y9nhhzzgqbkm9rv3hrkyinszgiwp5y-ply-2.1.1-e25c913.drv»; | |
| prl-tools = «error: Package ‘prl-tools-20.4.1-55996’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/prl-tools/default.nix:187 has an unfree license (‘unfree’), refusing to evaluate. | |
| a) To temporarily allow unfree packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_UNFREE=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowUnfree = true; } | |
| in configuration.nix to override this. | |
| Alternatively you can configure a predicate to allow specific packages: | |
| { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | |
| "prl-tools" | |
| ]; | |
| } | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowUnfree = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| qc71_laptop = «derivation /nix/store/kn1cz538qfllhkhhcpfs0afy1igx2bav-qc71_laptop-0-unstable-2025-01-07.drv»; | |
| r8125 = «derivation /nix/store/vlqylkr22yk02cspwzbxxw3i1nzdsgqg-r8125-9.015.00.drv»; | |
| r8168 = «error: Package ‘r8168-6.12.57-8.053.00’ in /nix/store/fzp7zdnhp95wkj3khbx2lwjbdryzsl4l-source/pkgs/os-specific/linux/r8168/default.nix:55 is marked as broken, refusing to evaluate. | |
| a) To temporarily allow broken packages, you can use an environment variable | |
| for a single invocation of the nix tools. | |
| $ export NIXPKGS_ALLOW_BROKEN=1 | |
| Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, | |
| then pass `--impure` in order to allow use of environment variables. | |
| b) For `nixos-rebuild` you can set | |
| { nixpkgs.config.allowBroken = true; } | |
| in configuration.nix to override this. | |
| c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add | |
| { allowBroken = true; } | |
| to ~/.config/nixpkgs/config.nix. | |
| »; | |
| recurseForDerivations = true; | |
| rr-zen_workaround = «derivation /nix/store/0chrzg3qc82k3s8xdpb4i68d4w93pp5c-rr-zen_workaround-5.9.0.drv»; | |
| rtl8188eus-aircrack = «derivation /nix/store/275cbmhvnwmn45lcrbwgny1rgp95cqhw-rtl8188eus-aircrack-6.12.57-unstable-2024-09-18.drv»; | |
| rtl8189es = «derivation /nix/store/ddndiz2wgbggzl4msvgsg11w7j9bkgf2-rtl8189es-6.12.57-2024-01-21.drv»; | |
| rtl8189fs = «derivation /nix/store/d28liigm8z06i0w3xch93494f8rdk9hw-rtl8189fs-6.12.57-2024-01-22.drv»; | |
| rtl8192eu = «derivation /nix/store/zk0ip0lxnjg4yq521gwjridr64vgh02q-rtl8192eu-6.12.57-4.4.1.20250504.drv»; | |
| rtl8723bs = «error: rtl8723bs was added in mainline kernel version 4.12»; | |
| rtl8723ds = «derivation /nix/store/b1pcshf01y0crr5hjwiph74wnmqfqm95-rtl8723ds-6.12.57-unstable-2023-11-14.drv»; | |
| rtl8812au = «derivation /nix/store/1z3swzwlx4ig3b7p62pkfprdjn3i1cj7-rtl8812au-6.12.57-unstable-2024-06-13.drv»; | |
| rtl8814au = «derivation /nix/store/1g9h2f53j2gabnnz17r0a8bgwky7s8sn-rtl8814au-6.12.57-unstable-2024-05-26.drv»; | |
| rtl8821au = «derivation /nix/store/z55ivz95i7l9jp1nxn3nl6lk9n1xji0m-rtl8821au-6.12.57-unstable-2025-04-08.drv»; | |
| rtl8821ce = «derivation /nix/store/nk3wx1j2gr8vj9cs9ji5xskzb8m6djgy-rtl8821ce-0-unstable-2025-05-31.drv»; | |
| rtl8821cu = «derivation /nix/store/4kvb21j7l1aa5l0i9665lyr9gbbf01zf-rtl8821cu-6.12.57-unstable-2025-05-08.drv»; | |
| rtl8852au = «derivation /nix/store/ih4yygkhzcxsmv39bsg2w729jsg9vprn-rtl8852au-6.12.57-unstable-2024-05-06.drv»; | |
| rtl8852bu = «derivation /nix/store/cnm983hzwn3710phaiyrg8n5dhgw1749-rtl8852bu-6.12.57-unstable-2025-05-18.drv»; | |
| rtl88x2bu = «derivation /nix/store/rm605vw3irm8h14871vzx2hnaprrf8pq-rtl88x2bu-6.12.57-unstable-2024-06-09.drv»; | |
| rtl88xxau-aircrack = «derivation /nix/store/83y0g3c8k78brsyn5hvshb3h9hmrrjgd-rtl88xxau-aircrack-6.12.57-unstable-2024-04-09.drv»; | |
| rtw88 = «derivation /nix/store/gy2kig0fvhr0360s38gbllg3r9g25y4v-rtw88-0-unstable-2025-08-09.drv»; | |
| rtw89 = null; | |
| rust-out-of-tree-module = «derivation /nix/store/fdl70xkxs3l9rbly7ng8h5a3yj0ki463-rust-out-of-tree-module-0-unstable-2024-05-06.drv»; | |
| ryzen-smu = «derivation /nix/store/cpanxfyznc7ypyaxh889sj9marlrvlbs-ryzen-smu-6.12.57-0.1.5-unstable-2024-01-03.drv»; | |
| sch_cake = «error: sch_cake was added in mainline kernel version 4.19»; | |
| shufflecake = «derivation /nix/store/dii2vn7w20a2q69pm9hwv20hl86xzqcp-shufflecake.drv»; | |
| stdenv = «derivation /nix/store/nsvrknrqxdf2lxcfbqkr0p05897ww5lx-stdenv-linux.drv»; | |
| sysdig = «derivation /nix/store/yqi51mdpq8nxwhlgg5nqgljz6j53r6jj-sysdig-0.38.1.drv»; | |
| system76 = «derivation /nix/store/al6qcrqps6gb8lcmxn48c90m65v5d8wb-system76-module-1.0.17-6.12.57.drv»; | |
| system76-acpi = «derivation /nix/store/y3mnv7rvfs8v4cx4x4zz9gpflzsxc7rr-system76-acpi-module-1.0.2-6.12.57.drv»; | |
| system76-io = «derivation /nix/store/lwnw3xm7n5lynp07jy0vvpwc5hammwgx-system76-io-module-1.0.4-6.12.57.drv»; | |
| evaluation warning: kernelPackages.system76-power is now pkgs.system76-power | |
| «derivation /nix/store/2h4jr389cs6fgkyr0r66d52xka42rj62-system76-power-1.2.4.drv»; | |
| evaluation warning: kernelPackages.system76-scheduler is now pkgs.system76-scheduler | |
| «derivation /nix/store/84p61fy6bajz4ndhhzw5hdc2g2234r0x-system76-scheduler-2.0.2.drv»; | |
| systemtap = «derivation /nix/store/ymj6wfqwnmxvm49wf6jnzapdvbvbykn7-systemtap-5.2.drv»; | |
| tbs = «derivation /nix/store/6mmlzp2mzpbs87jvzmh8izr6jjfm8lcg-tbs-20250510-6.12.57.drv»; | |
| tmon = «derivation /nix/store/45zw9vh2m59bam31m8clx0qifls076lj-tmon-6.12.57.drv»; | |
| tp_smapi = «derivation /nix/store/cyvkd6x4w31dmbikm395r0vil3xk3znk-tp_smapi-0.44-unstable-2025-05-26-6.12.57.drv»; | |
| trelay = «derivation /nix/store/dbrav1dsafqb9lns00s5ri83vwrschiv-trelay-22.03.5-6.12.57.drv»; | |
| tsme-test = «derivation /nix/store/fm9zbnyylfdbkp2bki9xssn9b426bfb6-tsme-test-6.12.57-unstable-2022-12-07.drv»; | |
| turbostat = «derivation /nix/store/r5gdig6h5w4ih3pg6ibwyf8aqqwq4wba-turbostat-6.12.57.drv»; | |
| tuxedo-drivers = «derivation /nix/store/2lc6hf04mabrm19b98k0ipnwsywxp0pb-tuxedo-drivers-6.12.57-4.13.0.drv»; | |
| tuxedo-keyboard = «repeated»; | |
| universal-pidff = «derivation /nix/store/mrdzgcx6jdawrkl5q32akh8psav6ms74-universal-pidff-0.1.0.drv»; | |
| usbip = «derivation /nix/store/3qd8pppf6ipxfk2xyi4xxhj86dhhcf1g-usbip-linux-6.12.57.drv»; | |
| v4l2loopback = «derivation /nix/store/dbpib5hmn3mfav8ylhsvfb3bwk3yh25w-v4l2loopback-0.15.1-6.12.57.drv»; | |
| v86d = «derivation /nix/store/9dglaw44a95ajxpaanh8hvlmg6m1xyja-v86d-0.1.10-6.12.57.drv»; | |
| veikk-linux-driver = «derivation /nix/store/lzyhxpzv2kx865hcgw29fzfdhyq8gzg6-veikk-linux-driver-2.0.drv»; | |
| vendor-reset = «derivation /nix/store/8kpvq4wd1znxcbi565z2b1yzx9y5hj48-vendor-reset-unstable-2024-04-16-6.12.57.drv»; | |
| vhba = «derivation /nix/store/kivbllyc0xl3x8icyc7cz19ywd5snj93-vhba-20250329.drv»; | |
| virtio_vmmci = «derivation /nix/store/d9ydqjqsg2d313gva109ll58d0lryrh6-virtio_vmmci.drv»; | |
| virtualbox = «derivation /nix/store/idycfhgc7g7vzybwp74i4wl72fpc401n-virtualbox-modules-7.1.12-6.12.57.drv»; | |
| virtualboxGuestAdditions = «derivation /nix/store/wcvxbnjq1cig1a0l56gc36m7vrm78qcl-VirtualBox-GuestAdditions-7.1.12-6.12.57.drv»; | |
| vm-tools = «repeated»; | |
| vmm_clock = «derivation /nix/store/5m5g8vski94i3wx201di9231sixabrmc-vmm_clock-0.2.1.drv»; | |
| vmware = «derivation /nix/store/6b063y1sjfvm0byhdq7dz4s61j3fdniz-vmware-modules-workstation-17.6.3-6.12.57.drv»; | |
| wireguard = null; | |
| x86_energy_perf_policy = «derivation /nix/store/l8lqh1qmazn43l0bky3c67q19kqksisi-x86_energy_perf_policy-6.12.57.drv»; | |
| xmm7360-pci = «error: Support for the XMM7360 WWAN card was added to the iosm kmod in mainline kernel version 5.18»; | |
| xone = «derivation /nix/store/zm7h4qqgwg33mi6wfinism3np9di6j2q-xone-0.3.5.drv»; | |
| xpad-noone = «derivation /nix/store/p8swvzp5fcr29pjnx03dxmh7xycmlrdr-xpad-noone-0-unstable-2024-01-10.drv»; | |
| xpadneo = «derivation /nix/store/xaq0nm8ppwjia3ggmw5b9qbb9pz3pdz3-xpadneo-0.9.7.drv»; | |
| yt6801 = «derivation /nix/store/h4xbwq6adwaak0zlm7wjk033saaxj78f-yt6801-1.0.29-20240812.drv»; | |
| zenergy = «derivation /nix/store/c8vz48n2zpqapqx4vqbnscvd06gdwppw-zenergy-0-unstable-2025-08-31.drv»; | |
| zenpower = «derivation /nix/store/n8ai8vz1psmc3sc040d9vghbhzlylj1r-zenpower-unstable-2025-06-17.drv»; | |
| zfs = «error: linuxPackages.zfs has been removed, use zfs_* instead, or linuxPackages.${pkgs.zfs.kernelModuleAttribute}»; | |
| zfs_2_1 = «error: zfs_2_1 has been removed»; | |
| zfs_2_2 = «derivation /nix/store/4zx8mvlf7d8pxgmv0qy0cbrdc4bww7w1-zfs-kernel-2.2.8-6.12.57.drv»; | |
| zfs_2_3 = «derivation /nix/store/9sxxp9vbxv3r6fwfsdbqiwfixwwsk9hh-zfs-kernel-2.3.4-6.12.57.drv»; | |
| zfs_unstable = «derivation /nix/store/pr5m1cpidpa9vy73gwjnlq985zixfsmq-zfs-kernel-2.4.0-rc1-6.12.57.drv»; | |
| } | |
| nix-repl> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment