From a69b95c07f1c7f1b14e0cd8f0f16c33a5ae88eb2 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:15:30 +0200 Subject: [PATCH] Remove clutter from flake --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index 7410eb7..c7c466e 100644 --- a/flake.nix +++ b/flake.nix @@ -28,10 +28,6 @@ system = "x86_64-linux"; specialArgs = { inherit inputs; }; modules = [ - { nix = { - nixPath = [ "nixpkgs=${nixpkgs}" ]; - }; - } entrypoint home-manager.nixosModules.home-manager {