Skip to content

Commit

Permalink
Update lowdown version
Browse files Browse the repository at this point in the history
Fix NixOS#4042

According to kristapsdz/lowdown@8aef9e9, we shouldn't need to use a fork anymore so we can switch back to upstream
  • Loading branch information
thufschmitt committed Sep 21, 2020
1 parent 649d3aa commit 9aa0daf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "The purely functional package manager";

inputs.nixpkgs.url = "nixpkgs/nixos-20.03-small";
inputs.lowdown-src = { url = "github:edolstra/lowdown/no-structs-in-anonymous-unions"; flake = false; };
inputs.lowdown-src = { url = "github:kristapsdz/lowdown"; flake = false; };

outputs = { self, nixpkgs, lowdown-src }:

Expand Down

0 comments on commit 9aa0daf

Please sign in to comment.