[NixOS] Remove empty line from nix path

This commit is contained in:
Ivan Malison 2023-08-20 03:12:13 -06:00
parent 057347f1cf
commit a50a05640f

View File

@ -23,7 +23,6 @@
channel.enable = false;
nixPath = [
"nixpkgs=${inputs.nixpkgs.outPath}"
"configuration"
];
};