Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
fix for proper nixpkgs link
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Nov 7, 2019
1 parent 3d658ed commit 4c1d84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# can be any github ref
# branch, tag, commit, etc.
ref = "v0.0.43";
ref = "v0.0.44";

# the sha of what is downloaded from the above ref
# note: even if you change the above ref it will not be redownloaded until
Expand Down
2 changes: 1 addition & 1 deletion nixpkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let
# nixos channel latest 19.09
# keep the Dockerfile in sync with this!
nixpkgs = fetchTarball {
url = "https://github.com/NixOS/nixpkgs-channels/tarball/821c7ed030bca86c8217e6d20df1f01c6474adf4";
url = "https://github.com/NixOS/nixpkgs/archive/821c7ed030bca86c8217e6d20df1f01c6474adf4.tar.gz";
sha256 = "0varkgzi5nbx4kb6mjmllk1a48pc5nmad6jfikj627yqrb4wcyfw";
};

Expand Down

0 comments on commit 4c1d84c

Please sign in to comment.