nixos/modules/dev/default.nix
2023-07-07 23:00:31 +03:00

6 lines
64 B
Nix

{ config, pkgs, lib, ...}:
{
imports = [
./cpp.nix
];
}