Compare commits
1 commit
0f1430227d
...
d87b30149c
Author | SHA1 | Date | |
---|---|---|---|
d87b30149c |
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
||||||
{
|
{
|
||||||
perSystem = {config, pkgs, ...}: {
|
perSystem = {config, ...}: {
|
||||||
checks = {
|
checks = {
|
||||||
inherit (config.packages) ccrEmacs;
|
inherit (config.packages) ccrEmacs;
|
||||||
test = pkgs.hello.overrideDerivation (_: {
|
|
||||||
name = "test";
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue