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,4 +1,4 @@
|
|||
{ dtbName }:
|
||||
{ dtbName, x13sPackages }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
|
@ -9,8 +9,6 @@
|
|||
let
|
||||
cfg = config.nixos-x13s;
|
||||
|
||||
x13sPackages = import ./packages/default.nix { inherit lib pkgs; };
|
||||
|
||||
linuxPackages_x13s =
|
||||
if cfg.kernel == "mainline" then
|
||||
pkgs.linuxPackages_latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue