remove npins, add nix formatter, bump to jhovold 6.11-rc6
This commit is contained in:
parent
1c72da4c69
commit
99a7228961
8 changed files with 56 additions and 140 deletions
|
@ -1,6 +1,10 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
sources = import ../npins;
|
||||
|
||||
linux_x13s_pkg =
|
||||
{ version, buildLinux, ... }@args:
|
||||
|
@ -16,8 +20,8 @@ let
|
|||
in
|
||||
{
|
||||
linux_jhovold = pkgs.callPackage linux_x13s_pkg {
|
||||
src = sources.linux-jhovold;
|
||||
version = "6.11.0-rc1";
|
||||
src = inputs.linux-jhovold;
|
||||
version = "6.11-rc6";
|
||||
defconfig = "johan_defconfig";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue