flake: fix testing by hardcoding system

This is meant as a stopgap. I'm not quite sure how but we should use
the current system (which is not available under builtins in a pure
evaluation).
This commit is contained in:
Bryton Hall 2023-06-03 03:08:26 -04:00
parent 6764ef284f
commit eb3ec20f46

View file

@ -1,5 +1,5 @@
{ kubenix ? import ../../../.. }: { kubenix ? import ../../../.. }:
kubenix.evalModules.${builtins.currentSystem} { kubenix.evalModules.x86_64-linux {
module = { kubenix, ... }: { module = { kubenix, ... }: {
imports = [ kubenix.modules.testing ]; imports = [ kubenix.modules.testing ];
testing = { testing = {