Skip to content

Commit 40fee33

Browse files
Ericson2314mweinelt
authored andcommitted
build: Pin nixos-channel-scripts to Nix 2.24
1 parent 5779990 commit 40fee33

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

build/flake-module.nix

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,17 @@ let
1414
nixpkgs.overlays = [
1515
inputs.nix.overlays.default
1616
inputs.hydra.overlays.default
17-
inputs.nixos-channel-scripts.overlays.default
17+
(
18+
final: prev:
19+
inputs.nixos-channel-scripts.overlays.default (
20+
final
21+
// {
22+
# Doesn't yet work with Nix 2.28
23+
# https://github.com/NixOS/nixos-channel-scripts/issues/79
24+
nix = final.nixVersions.nix_2_24;
25+
}
26+
) prev
27+
)
1828
inputs.rfc39.overlays.default
1929
];
2030
};

0 commit comments

Comments
 (0)