refactor: move nixPath into 'common' module

This commit is contained in:
2026-04-02 17:34:46 +02:00
committed by hektor
parent 79eb5c27e9
commit e30ca9d8dd
2 changed files with 1 additions and 3 deletions

View File

@@ -70,9 +70,6 @@
};
in
{
nix.nixPath = [
"nixpkgs=${inputs.nixpkgs}"
]; # <https://github.com/nix-community/nixd/blob/main/nixd/docs/configuration.md>
nixosConfigurations =
(lib.genAttrs hostDirNames (
host: