summaryrefslogtreecommitdiffstats
path: root/lass/1systems/prism.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-04-19 15:44:34 +0200
committerlassulus <lass@aidsballs.de>2016-04-19 15:44:34 +0200
commit99d6704398ad24bb42b0dc0a9ca12620caa0220a (patch)
treed4600687cc1dd0bb212348bb1d3540c96168a0af /lass/1systems/prism.nix
parentb5f18ab839432b07a88ee34e0e98dc343a50e854 (diff)
l 1 prism: override nixpkgs for buildbot
Diffstat (limited to 'lass/1systems/prism.nix')
-rw-r--r--lass/1systems/prism.nix11
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