Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
update-php-packages = pkgs.writeShellScriptBin "generate-composer-to-nix.sh" ''
set -euxo pipefail
TMPDIR="$(${pkgs.coreutils}/bin/mktemp -d)"
trap 'rm -rf -- "$TMPDIR"' EXIT
mkdir "$TMPDIR/src"
mkdir "$TMPDIR/composer2nix"
${pkgs.coreutils}/bin/cp "${./composer.json}" "$TMPDIR/src/"
Expand Down Expand Up @@ -117,7 +116,6 @@
publish-to-github-pages = pkgs.writeShellScriptBin "publish-blog.sh" ''
set -euxo pipefail
TMPDIR="$(${pkgs.coreutils}/bin/mktemp -d)"
trap 'rm -rf -- "$TMPDIR"' EXIT
cd "$TMPDIR"
${pkgs.git}/bin/git clone git@github.com:Ocramius/ocramius.github.com.git .
git checkout master
Expand Down
2 changes: 1 addition & 1 deletion php-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ let
in
composerEnv.buildPackage {
inherit packages devPackages noDev;
name = "ocramius.github.com";
name = "ocramius.github.io";
src = composerEnv.filterSrc ./.;
executable = false;
symlinkDependencies = false;
Expand Down
Loading