nixconfig/systems/ci/default.nix

3 lines
60 B
Nix
Raw Normal View History

2024-04-14 07:57:07 +02:00
{ config, inputs, ... }: { imports = [ ./hardware.nix ]; }
2024-04-13 09:32:22 +02:00