diff options
author | jeschli <jeschli@gmail.com> | 2018-03-20 15:37:44 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-03-20 15:37:44 +0100 |
commit | 1a24eda531554bc14db80101b82001eae390219a (patch) | |
tree | d08d1f32647a760ec641cc70897628b9bb56e264 /jeschli/source.nix | |
parent | 651060327e5e7fb5d0f8b634a65ccf006bd2fe15 (diff) | |
parent | f40372edae02126778df858bc93d89b53fe0723f (diff) |
Merge branch 'staging/jeschli' of prism.r:stockholm into staging/jeschli
Diffstat (limited to 'jeschli/source.nix')
-rw-r--r-- | jeschli/source.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jeschli/source.nix b/jeschli/source.nix index d5cc32a..91ff551 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 ] |