blob: 289a99895ee681c7d0173ca037d7226ea90fd502 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{mkTest}:
mkTest {
name = "less";
configuration = {
imports = [
../../../../modules/by-name/le/less/module.nix
];
config.soispha.programs.less.enable = true;
};
testData = {
"data/test.file" = ./data/test.file;
};
description = ./test.desc;
# FIXME: Currently the golden file is not reproducible. <2024-11-22>
hash = null;
# hash = "87901231393b51cdd45bbb4339a32db2894a3a5ab164cb5c7a8fa14721fdcba7";
}
|