Testing hydraJobs

This commit is contained in:
Andrea Ciceri 2023-04-06 11:02:47 +02:00
parent 908cfcdaaa
commit 9699ce1825
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -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;
} }