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