diff options
author | makefu <github@syntax-fehler.de> | 2018-01-05 21:38:48 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-01-05 21:38:48 +0100 |
commit | 90b5b135d30d969c69e73261ed0ca663bc166495 (patch) | |
tree | 45bbf068fee24aad801b3c121631f86fbcec2e45 /makefu/source.nix | |
parent | 801f2f0926d665fb2a3c2fd9184706a2235fe960 (diff) |
ma source: cherry-pick signal-desktop from unstable
Diffstat (limited to 'makefu/source.nix')
-rw-r--r-- | makefu/source.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/source.nix b/makefu/source.nix index 647803fd7..c22c82f32 100644 --- a/makefu/source.nix +++ b/makefu/source.nix @@ -13,8 +13,9 @@ let then "buildbot" else "makefu"; _file = <stockholm> + "/makefu/1systems/${name}/source.nix"; - ref = "3e8d708"; # nixos-17.09 @ 2018-01-05 + ref = "0f19bee"; # nixos-17.09 @ 2018-01-05 # + do_sqlite3 ruby: 55a952be5b5 + # + signal: 0f19beef3 in evalSource (toString _file) [ |