pin flake to stable 25.11
This commit is contained in:
parent
f00a845f2c
commit
20225b4295
3 changed files with 26 additions and 24 deletions
|
|
@ -33,14 +33,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.graphics.package =
|
||||
# Workaround for Mesa 25.3.0 regression
|
||||
# https://github.com/nix-community/nixos-apple-silicon/issues/380
|
||||
assert pkgs.mesa.version == "25.3.0";
|
||||
(import (fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/c5ae371f1a6a7fd27823bc500d9390b38c05fa55.tar.gz";
|
||||
sha256 = "sha256-4PqRErxfe+2toFJFgcRKZ0UI9NSIOJa+7RXVtBhy4KE=";
|
||||
}) { localSystem = pkgs.stdenv.hostPlatform; }).mesa;
|
||||
# hardware.graphics.package =
|
||||
# # Workaround for Mesa 25.3.0 regression
|
||||
# # https://github.com/nix-community/nixos-apple-silicon/issues/380
|
||||
# assert pkgs.mesa.version == "25.3.0";
|
||||
# (import (fetchTarball {
|
||||
# url = "https://github.com/NixOS/nixpkgs/archive/c5ae371f1a6a7fd27823bc500d9390b38c05fa55.tar.gz";
|
||||
# sha256 = "sha256-4PqRErxfe+2toFJFgcRKZ0UI9NSIOJa+7RXVtBhy4KE=";
|
||||
# }) { localSystem = pkgs.stdenv.hostPlatform; }).mesa;
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue