update cloud to 24.11

This commit is contained in:
Grigory Shipunov 2025-01-02 18:45:55 +00:00
parent 93a64e8816
commit ddf9229e15
3 changed files with 6 additions and 2 deletions

View file

@ -16,4 +16,6 @@
in builtins.mapAttrs (_name: v: { flake = v; }) flakes;
nix.nixPath = lib.mapAttrsToList (name: value: "${name}=${value.outPath}") inputs.self.inputs;
nixpkgs.config.allowUnfree = true;
}