feat: bump linux-jhovold -> 6.12-rc6

This commit is contained in:
steveej 2024-11-08 22:25:50 +01:00
parent ff41877fbd
commit b74e8bfe82
2 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.12-rc5";
linux-jhovold.url = "github:jhovold/linux/wip/sc8280xp-6.12-rc6";
linux-jhovold.flake = false;
};
@ -21,7 +21,7 @@
];
perSystem =
{ pkgs, ... }:
{ pkgs, inputs' , ... }:
{
devShells = rec {
default = pkgs.mkShellNoCC { packages = ci.nativeBuildInputs; };