This commit is contained in:
Seungheon Oh 2022-06-27 14:57:14 -05:00
parent c1e0e01d6c
commit 01e4222026

View file

@ -249,6 +249,5 @@
touch $out touch $out
''); '');
devShell = perSystem (system: self.flake.${system}.devShell); devShell = perSystem (system: self.flake.${system}.devShell);
hydraJobs.required = self.checks.x86_64-linux.default;
}; };
} }