From 735b1307eb2184f08d82fc5e9fd594b19acdef5f Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Sat, 4 May 2024 15:52:44 -0400 Subject: [PATCH] comment out specialisation to show it's not actually required --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 1d0b03f..1e1db5d 100644 --- a/flake.nix +++ b/flake.nix @@ -31,9 +31,9 @@ nixos-x13s.kernel = "jhovold"; # jhovold is default, but mainline supported # install multiple kernels! note this increases eval time for each specialization - specialisation = { - mainline.configuration.nixos-x13s.kernel = "mainline"; - }; + # specialisation = { + # mainline.configuration.nixos-x13s.kernel = "mainline"; + # }; # allow unfree firmware nixpkgs.config.allowUnfree = true;