fwi: fix input name

This commit is contained in:
Rodrigo Arias 2021-03-04 17:50:51 +01:00 committed by Aleix Roca Nonell
parent bfbbc294ae
commit de175b2380

View File

@ -5,7 +5,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "fwi-header";
name = "fwi-input";
src = builtins.fetchGit {
url = "https://gitlab.com/srodrb/BSC-FWI.git";