nixos-config/modules/dev/default.nix

8 lines
54 B
Nix
Raw Normal View History

2020-08-22 17:44:39 +02:00
{ pkgs, ... }:
{
imports = [
./rust.nix
];
}