Nix: rename test to check if bundle starts with the module

This commit is contained in:
Rory& 2025-11-20 21:04:09 +01:00
parent 15e8c8e4e2
commit bb0838a3d9

View File

@ -2,7 +2,7 @@ self:
{ config, lib, pkgs, ... }:
{
name = "example-test";
name = "test-bundle-starts";
nodes.machine = {
imports = [ self.nixosModules.default ];