Compare commits

..

1 commit

Author SHA1 Message Date
0f1430227d
[CI] Forgejo tests
Some checks failed
/ test (push) Has been cancelled
2024-02-15 14:25:25 +01:00

View file

@ -1,7 +1,10 @@
{ {
perSystem = {config, ...}: { perSystem = {config, pkgs, ...}: {
checks = { checks = {
inherit (config.packages) ccrEmacs; inherit (config.packages) ccrEmacs;
test = pkgs.hello.overrideDerivation (_: {
name = "test";
});
}; };
}; };
} }