mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-13 18:43:18 +00:00
Nix: rename test to check if bundle starts with the module
This commit is contained in:
@@ -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