diff options
author | nin <nineinchnade@gmail.com> | 2017-02-09 22:32:42 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-02-09 22:32:42 +0100 |
commit | 2ad2a7334e0044f96b1f20bbf9b9574b14cb6115 (patch) | |
tree | 066eaffdc21c20bdf960ac9efd1b56b76be541dc | |
parent | 34e9396ac361351e290afc4f235b6b85fa09870f (diff) |
n 2: update nixpkgs
-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 9d73afb..27a845b 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 = "6b28bd0daf00b8e5e370a04347844cb8614138ff"; + ref = "d2cd8a0"; }; } |