Skip to content

Commit

Permalink
nixos/top-level.nix: Declare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Dec 9, 2021
1 parent 7c0c2e2 commit 413be2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nixos/modules/system/activation/top-level.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ in
(mkRemovedOptionModule [ "nesting" "clone" ] "Use `specialisation.«name» = { inheritParentConfig = true; configuration = { ... }; }` instead.")
(mkRemovedOptionModule [ "nesting" "children" ] "Use `specialisation.«name».configuration = { ... }` instead.")
../build.nix
../../misc/assertions.nix
../../misc/version.nix
../../misc/label.nix
../../config/system-path-core.nix
];

options = {
Expand Down

0 comments on commit 413be2c

Please sign in to comment.