f12310c7dd
Preserves existing README and dvt-demo in case someone runs a `nix flake update`.
8 lines
87 B
Nix
8 lines
87 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./dirk/flake-module.nix
|
|
./dvt/flake-module.nix
|
|
];
|
|
}
|