1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 03:43:54 +02:00

Update lowdown version

Fix #4042

According to 8aef9e9290, we shouldn't need to use a fork anymore so we can switch back to upstream
This commit is contained in:
regnat 2020-09-21 13:11:31 +02:00
parent 649d3aaf24
commit 9aa0dafe20
2 changed files with 6 additions and 7 deletions

View file

@ -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 }: