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:
parent
649d3aaf24
commit
9aa0dafe20
2 changed files with 6 additions and 7 deletions
|
@ -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 }:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue