diff options
author | tv <tv@krebsco.de> | 2017-12-27 17:09:35 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-12-27 17:09:35 +0100 |
commit | fd50630abb30c45ceb2ec7adfa4cc30a24c75540 (patch) | |
tree | b38ee703e1670ba2bbd6e446d9a1ceec1ccba03e /nin/source.nix | |
parent | 4eaaf658d6a81e91bda9752dbe7f84c0e45c9e1b (diff) | |
parent | ae958bfec23ba1e7a31c8bec8af9b1c48fe33538 (diff) |
Merge remote-tracking branch 'prism/staging/test'
Diffstat (limited to 'nin/source.nix')
-rw-r--r-- | nin/source.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nin/source.nix b/nin/source.nix index 188ebaf..ccf5e6a 100644 --- a/nin/source.nix +++ b/nin/source.nix @@ -14,6 +14,6 @@ in stockholm.file = toString <stockholm>; nixpkgs.git = { url = https://github.com/nixos/nixpkgs; - ref = "c99239b"; + ref = "afe9649"; }; } |