Skip to content

Commit

Permalink
Upgrade Nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
arximboldi committed Jan 30, 2019
1 parent 6c1e516 commit 00f1a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ nixpkgs ? (import <nixpkgs> {}).fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "d0d905668c010b65795b57afdf7f0360aac6245b";
sha256 = "1kqxfmsik1s1jsmim20n5l4kq6wq8743h5h17igfxxbbwwqry88l";
rev = "2eaadfa5be7ce653a2bca31671c406a2ee7f7b0f";
sha256 = "1sh3338rp2nnyjqpfd2jj9qdl03cd5qy3qqpkgmlf16njzd6bs4y";
}}:

with import nixpkgs {};
Expand Down

0 comments on commit 00f1a86

Please sign in to comment.