There we go, better
This commit is contained in:
parent
98c15fc613
commit
89e2b16a48
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ let
|
|||
bash-drv = pkgs.stdenv.mkDerivation {
|
||||
name = "bash-config";
|
||||
src = inputs.bashcfg-input;
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
dontBuild = true;
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
cp $src/* $out
|
||||
cp *.sh $out
|
||||
'';
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Reference in a new issue