!update to 24.11 (beta)

This commit is contained in:
Primrose 2024-11-18 20:47:30 +01:00
parent 57ed96f0ea
commit 188f78e47f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
14 changed files with 50 additions and 94 deletions

View file

@ -1,9 +1,9 @@
{ pkgs, lib, ... }:
{ lib, pkgs, ... }:
{
nix = {
package = lib.mkDefault pkgs.nixVersions.nix_2_22;
package = lib.mkDefault pkgs.nix;
settings = {
extra-substituters = [
@ -28,6 +28,7 @@
sandbox = true;
};
};
}