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

@@ -25,6 +25,7 @@ in
system.stateVersion = lib.mkDefault "25.05";
nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; # https://github.com/nix-community/nixd/blob/main/nixd/docs/configuration.md
optimise = {
automatic = true;
dates = [ "05:00" ];