blob: ff0ebc29c03f9774c6185cb5c95e2819fdde837c (
plain)
1
2
3
4
5
6
7
8
9
|
{ modulesPath, ... }:
{
imports = [
# The configuration is mainly for testing. We don't need to actually use much
(modulesPath + "/profiles/minimal.nix")
# This includes perl
(modulesPath + "/profiles/perlless.nix")
];
}
|