summary refs log tree commit diff
path: root/nixos/modules/virtualisation/grow-partition.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/virtualisation/grow-partition.nix')
-rw-r--r--nixos/modules/virtualisation/grow-partition.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/virtualisation/grow-partition.nix b/nixos/modules/virtualisation/grow-partition.nix
new file mode 100644
index 00000000000..444c0bc1630
--- /dev/null
+++ b/nixos/modules/virtualisation/grow-partition.nix
@@ -0,0 +1,3 @@
+# This profile is deprecated, use boot.growPartition directly.
+builtins.trace "the profile <nixos/modules/virtualisation/grow-partition.nix> is deprecated, use boot.growPartition instead"
+{ }