diff options
author | lassulus <lass@aidsballs.de> | 2016-04-19 15:44:34 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-04-19 15:44:34 +0200 |
commit | 99d6704398ad24bb42b0dc0a9ca12620caa0220a (patch) | |
tree | d4600687cc1dd0bb212348bb1d3540c96168a0af /lass/1systems/prism.nix | |
parent | b5f18ab839432b07a88ee34e0e98dc343a50e854 (diff) |
l 1 prism: override nixpkgs for buildbot
Diffstat (limited to 'lass/1systems/prism.nix')
-rw-r--r-- | lass/1systems/prism.nix | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lass/1systems/prism.nix b/lass/1systems/prism.nix index 2587a8b6e..4c0b4e690 100644 --- a/lass/1systems/prism.nix +++ b/lass/1systems/prism.nix @@ -13,7 +13,16 @@ in { ../2configs/bitlbee.nix ../2configs/weechat.nix ../2configs/privoxy-retiolum.nix - ../2configs/buildbot-standalone.nix + { + #we need to use old sqlite for buildbot + imports = [ + ../2configs/buildbot-standalone.nix + ]; + krebs.build.source.nixpkgs = lib.mkForce { + url = https://github.com/NixOS/nixpkgs; + rev = "0d05f172b27e94d9eea3257f42d7e03371e63acc"; + }; + } { users.extraGroups = { # ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories |