Testing hydraJobs
This commit is contained in:
parent
908cfcdaaa
commit
9699ce1825
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{inputs, ...}: {
|
{inputs, self, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.flake-parts.flakeModules.easyOverlay
|
inputs.flake-parts.flakeModules.easyOverlay
|
||||||
];
|
];
|
||||||
|
@ -52,4 +52,6 @@
|
||||||
default = self'.apps.ccrEmacs;
|
default = self'.apps.ccrEmacs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
flake.hydraJobs.emacs = self.packages.x86_64-linux;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue