dream2nix/modules/flake-parts/drv-parts-deprecated.nix

7 lines
139 B
Nix
Raw Normal View History

{
flake.modules.drv-parts = throw ''
dream2nix.modules.drv-parts is deprecated.
Use dream2nix.modules.dream2nix instead.
'';
}