Skip to content

Commit

Permalink
Merge pull request #545 from bobvanderlinden/pr-coreutils-date
Browse files Browse the repository at this point in the history
use date from coreutils
  • Loading branch information
domenkozar authored Apr 21, 2023
2 parents 323a721 + ac41026 commit 3ce904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pkgs.writeScriptBin "devenv" ''
fi
mkdir -p "$GC_ROOT"
GC_DIR="$GC_ROOT/$(date +%s%3N)"
GC_DIR="$GC_ROOT/$(${pkgs.coreutils}/bin/date +%s%3N)"
function add_gc {
name=$1
Expand Down

0 comments on commit 3ce904a

Please sign in to comment.