mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-11 23:50:06 +01:00
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:
parent
6764ef284f
commit
eb3ec20f46
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ kubenix ? import ../../../.. }:
|
||||
kubenix.evalModules.${builtins.currentSystem} {
|
||||
kubenix.evalModules.x86_64-linux {
|
||||
module = { kubenix, ... }: {
|
||||
imports = [ kubenix.modules.testing ];
|
||||
testing = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue