Skip to content

Commit

Permalink
Fix the nixpkgs link (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
neongreen authored Oct 4, 2019
1 parent 67dc9e3 commit 986af2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let
nixpkgs = builtins.fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/db858b4d3032aec35be7e98a65eb9b91b63671ef";
url = "https://github.com/NixOS/nixpkgs/archive/db858b4d3032aec35be7e98a65eb9b91b63671ef.tar.gz";
sha256 = "0gqcbf5nyqff1a4ps6szcrv59ay97fr26jdwrs7qp8fijzcpdnkh";
};
in nixpkgs

0 comments on commit 986af2d

Please sign in to comment.