Compare commits

..

1 commit

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

View file

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