This commit is contained in:
Tim Schubert 2021-03-08 10:08:22 +01:00
parent 9e1f423048
commit d143afc023
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 9 additions and 7 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
with lib;
{
nixpkgs.overlays = attrValues (import ../../../overlays);
#nixpkgs.overlays = attrValues (import ../../../overlays);
boot.kernelPackages = pkgs.linuxPackages_latest;