fix: Use nixpkgs 25.05 for building the kernel for the Surface tablets

instead of 25.11
This commit is contained in:
2025-12-04 17:04:53 -05:00
committed by Hunter Halloran
parent 6f3a0ff2bf
commit 53e3de1740
4 changed files with 49 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
{ inputs }:
{ inputs, ... }:
let
nixpkgs = inputs.nixpkgs;