diff options
author | tv <tv@krebsco.de> | 2017-05-24 01:31:22 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-05-24 01:31:22 +0200 |
commit | 46d6506916f699e3b707dc41cd68c92b98e50e5a (patch) | |
tree | 1d43d0072fc479c7022e3cd3b9810aa7b90e1db3 /nin/2configs/nixpkgs.nix | |
parent | 061e702a6fc0e6046d39c3975c9034a69499c45f (diff) | |
parent | 90f6d9f228029233d38a86a520a0e532cc5e499f (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'nin/2configs/nixpkgs.nix')
-rw-r--r-- | nin/2configs/nixpkgs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nin/2configs/nixpkgs.nix b/nin/2configs/nixpkgs.nix index 9c3eafffd..14ddb7920 100644 --- a/nin/2configs/nixpkgs.nix +++ b/nin/2configs/nixpkgs.nix @@ -3,6 +3,6 @@ { krebs.build.source.nixpkgs.git = { url = https://github.com/nixos/nixpkgs; - ref = "5b0c9d4"; + ref = "0afb6d7"; }; } |