summaryrefslogtreecommitdiffstats
path: root/jeschli
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-03-06 20:21:02 +0100
committerlassulus <lassulus@lassul.us>2018-03-06 20:21:02 +0100
commit27e3b79bc00fe5724864066b7ce7cf1945f5e75d (patch)
tree6342ba296dfd82063af204c26c2005351810d758 /jeschli
parente00bacc232833cd39bdde33ef01f2189224929ad (diff)
parentd450e63fd61a31e3b34da38f48260e1bfbb013cc (diff)
Merge remote-tracking branch 'prism/tv'
Diffstat (limited to 'jeschli')
-rw-r--r--jeschli/source.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/jeschli/source.nix b/jeschli/source.nix
index 382dd61..fe1de8f 100644
--- a/jeschli/source.nix
+++ b/jeschli/source.nix
@@ -4,6 +4,11 @@ host@{ name, secure ? false, override ? {} }: let
then "buildbot"
else "jeschli";
_file = <stockholm> + "/jeschli/1systems/${name}/source.nix";
+ pkgs = import <nixpkgs> {
+ overlays = map import [
+ <stockholm/krebs/5pkgs>
+ ];
+ };
in
evalSource (toString _file) [
{
@@ -17,6 +22,7 @@ in
jeschli = "${getEnv "HOME"}/secrets/${name}";
};
stockholm.file = toString <stockholm>;
+ stockholm-version.pipe = "${pkgs.stockholm}/bin/get-version";
}
override
]