nixfiles/system/testing/default.nix

6 lines
51 B
Nix

{...}: {
imports = [
./mutability.nix
];
}