Nix: rename test to check if bundle starts with the module
This commit is contained in:
parent
15e8c8e4e2
commit
bb0838a3d9
@ -2,7 +2,7 @@ self:
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
name = "example-test";
|
||||
name = "test-bundle-starts";
|
||||
|
||||
nodes.machine = {
|
||||
imports = [ self.nixosModules.default ];
|
||||
Reference in New Issue
Block a user