Skip to content

Commit

Permalink
nix: Pull in niv-0.2.19 (#2333)
Browse files Browse the repository at this point in the history
has some bugfixes, it seems.
  • Loading branch information
nomeata authored Feb 10, 2021
1 parent b62a067 commit e4bb64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ system ? builtins.currentSystem }:
let
sourcesnix = builtins.fetchurl {
url = https://raw.githubusercontent.com/nmattia/niv/v0.2.18/nix/sources.nix;
sha256 = "0vsjk1dj88kb40inlhb9xgfhm5dfhb6g3vyca62glk056sn4504l";
url = https://raw.githubusercontent.com/nmattia/niv/v0.2.19/nix/sources.nix;
sha256 = "1n92ka2rkdiib6ian6jh2b7fwvklnnwlp5yy5bv6ywm7m1y5hyfl";
};
nixpkgs_src = (import sourcesnix { sourcesFile = ./sources.json; inherit pkgs; }).nixpkgs;

Expand Down

0 comments on commit e4bb64f

Please sign in to comment.