Skip to content

Commit

Permalink
Merge pull request #493 from cachix/two-shells
Browse files Browse the repository at this point in the history
use miliseconds when creating shell in case we launch two
  • Loading branch information
domenkozar authored Mar 16, 2023
2 parents 3f51664 + 56ac2cb commit 3dfc678
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)"
GC_DIR="$GC_ROOT/$(date +%s%3N)"
function add_gc {
name=$1
Expand Down

0 comments on commit 3dfc678

Please sign in to comment.