it's not being applied for some reason

This commit is contained in:
caem 2025-01-25 14:59:00 +01:00
parent e5391139a3
commit 9c564c3663
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 2 additions and 2 deletions

View file

@ -23,6 +23,6 @@ in {
allowUnfree = true;
};
hostPlatform = lib.mkDefault "x86_64-linux";
overlays = importOverlays;
overlays = lib.mkBefore importOverlays;
};
}