summaryrefslogtreecommitdiffstats
path: root/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-02-26 16:57:03 +0100
committermakefu <github@syntax-fehler.de>2018-02-26 16:57:16 +0100
commitd52ba7c1ce49dbfc327ac98b8ecce70fa76cf797 (patch)
treea67ba9f41e7f012be72649656f57700ab446ae6f /default.nix
parent32f95ea8351b747760d5004fb6a5f994da51912a (diff)
new pkgs
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/default.nix b/default.nix
index 74966bb..4fc7f15 100644
--- a/default.nix
+++ b/default.nix
@@ -45,8 +45,8 @@
"enabled": 1,
"hidden": false,
"description": "pkgs build",
- "nixexprinput": "stockholm",
- "nixexprpath": "makefu/5pkgs/default.nix",
+ "nixexprinput": "src",
+ "nixexprpath": "pkgs.nix",
"checkinterval": 15,
"schedulingshares": 100,
"enableemail": false,
@@ -55,6 +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 },
+ "owner": { "type": "string", "value": "makefu", "emailresponsible": false }
"nixpkgs": { "type": "git", "value": "https://github.com/makefu/nixpkgs 51810e0", "emailresponsible": false }
}
}