[nix] use 24.11 pkgs for darwin

parent 4dce6b39
Pipeline #7405 failed with stages
in 81 minutes and 20 seconds
import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixpkgs-24.11-darwin.tar.gz")
{ pkgs ? import (if builtins.elem builtins.currentSystem ["x86_64-darwin" "aarch64-darwin"]
then ./pinned-25.05.darwin.nix
then ./pinned-24.11.darwin.nix
else ./pinned-24.11.nix) {} }:
rec {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment