summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-02-26 15:29:09 +0100
committermakefu <github@syntax-fehler.de>2018-02-26 15:29:09 +0100
commit93b4e3d4be30be621b20d309bb2a244c4b9d4118 (patch)
tree6bbc8ba1eaa562c70673173fc072141c95a93703
parent05fe5ec5ee6286d47efc15658f10b83b27ff304e (diff)
default.nix: fix :
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index a6feeb4..2251d55 100644
--- a/default.nix
+++ b/default.nix
@@ -37,8 +37,8 @@
"python": { "type": "git", "value": "https://github.com/garbas/nixpkgs-python cac319b", "emailresponsible": false },
"nixos-config": { "type": "path", "value": "<stockholm/makefu/1systems/x/config.nix>", "emailresponsible": false },
"secrets": { "type": "path", "value": "<stockholm/makefu/6tests/data/secrets>", "emailresponsible": false },
- "host" { "type": "string", "value": "x", "emailresponsible": false },
- "owner" { "type": "string", "value": "makefu", "emailresponsible": false }
+ "host": { "type": "string", "value": "x", "emailresponsible": false },
+ "owner": { "type": "string", "value": "makefu", "emailresponsible": false }
}
}
}