nix: force nix version 2.22

This commit is contained in:
Primrose 2024-09-23 17:35:09 +02:00
parent ef8bb05d1f
commit 0ffe76d229
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 25 additions and 21 deletions

View file

@ -3,7 +3,7 @@
{
nix = {
package = lib.mkDefault pkgs.nix;
package = lib.mkForce pkgs.nixVersions.nix_2_22;
settings = {
allow-import-from-derivation = "true";