From a50a05640f3bb3284defc44737f9b528d86366a0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 20 Aug 2023 03:12:13 -0600 Subject: [PATCH] [NixOS] Remove empty line from nix path --- nixos/nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/nix.nix b/nixos/nix.nix index a4e4a9c5..e4733250 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -23,7 +23,6 @@ channel.enable = false; nixPath = [ "nixpkgs=${inputs.nixpkgs.outPath}" - "configuration" ]; };