nixos/modules/dev/default.nix
2023-07-06 18:28:21 +03:00

6 lines
64 B
Nix

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