summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-02-26 16:30:38 +0100
committermakefu <github@syntax-fehler.de>2018-02-26 16:30:38 +0100
commit32f95ea8351b747760d5004fb6a5f994da51912a (patch)
tree1518b8fdf3bbbe346dc252b11344f36afa1cf530
parent54dd05ea59f29ccb9605d446fde3e19e5d209e3e (diff)
fix typo
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index 2e6642b..74966bb 100644
--- a/default.nix
+++ b/default.nix
@@ -21,7 +21,7 @@
"makefu x.r": {
"enabled": 1,
"hidden": false,
- "description": "host build",
+ "description": "host build (not working right now), also paths in nixos-config and secrets are absolute but should point to <stockholm>",
"nixexprinput": "src",
"nixexprpath": "host.nix",
"checkinterval": 15,
@@ -55,7 +55,7 @@
"inputs": {
"src": { "type": "git", "value": "http://cgit.euer.krebsco.de/hydra-stockholm", "emailresponsible": false },
"stockholm": { "type": "git", "value": "http://cgit.krebsco.de/stockholm", "emailresponsible": false },
- "nixpkgs": { "type": "git", "value": "https://github.com/makefu/nixpkgs 51810e0", "emailresponsible": false },
+ "nixpkgs": { "type": "git", "value": "https://github.com/makefu/nixpkgs 51810e0", "emailresponsible": false }
}
}
}