From b2ec36cdaf15ba273a0b544e6ff4e16493423437 Mon Sep 17 00:00:00 2001 From: fortuneteller2k Date: Mon, 28 Jun 2021 09:30:22 +0800 Subject: [PATCH] flake: comment kernel again --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ddcc6b30..3add4c3f 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ I nuke this branch from time to time. */ - kernel.url = "github:fortuneteller2k/nixpkgs/preempt-xanmod"; + # kernel.url = "github:samuelgrf/nixpkgs/xanmod-features-kconfig"; # Default Nixpkgs for packages and modules nixpkgs.follows = "master"; @@ -94,7 +94,7 @@ stable = import stable { inherit config system; }; # NOTE: Remove this, if you're not me or a maintainer of the XanMod kernel in Nixpkgs - kernel = import inputs.kernel { inherit config system; }; + # kernel = import inputs.kernel { inherit config system; }; }) # Overlays provided by inputs