nixos-lib/nix/default.nix

7 lines
72 B
Nix

{ config, ... }:
{
imports = [
./nix.nix
./builder.nix
];
}