@cryptotaxi247 / infra-1 / commits / 7b6ab51e

build: drop nixos-option nix overlay

Nix 2.24 does not exist in 25.11 any longer and it doesn't seem required any more.

Martin Weinelt committed Nov 26, 2025 at 18:53 UTC 7b6ab51e64c942d6607711b69044b2e352c098a4
1 file changed -8
build/common.nix
-8
@@ -15,14 +15,6 @@
15
16 nixpkgs.config.allowUnfree = true;
17
18 - nixpkgs.overlays = [
19 - (_prev: final: {
20 - # fails to find nix-main against nix 2.28.x
21 - # https://github.com/NixOS/infra/pull/620#issuecomment-2784979947
22 - nixos-option = final.nixos-option.override { nix = pkgs.nixVersions.nix_2_24; };
23 - })
24 - ];
25 -
18 hardware.enableAllFirmware = true;
19 hardware.cpu.amd.updateMicrocode = true;
20 hardware.cpu.intel.updateMicrocode = true;