aoc-get: include fish in build

This commit is contained in:
Antoine Martin 2021-12-06 15:16:07 +01:00
parent 21ebbbfcc4
commit 246d34cc1f

View file

@ -1,5 +1,6 @@
{ lib
, curl
, fish
, makeWrapper
, stdenvNoCC }:
stdenvNoCC.mkDerivation rec {
@ -10,6 +11,7 @@ stdenvNoCC.mkDerivation rec {
buildInputs = [
makeWrapper
fish
];
dontUnpack = true;