Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Summary Nix flake fails to build with: ```nix error: attribute 'dirtyShortRev' missing at /nix/store/m5mqwkz0ss2cav2c9663mx8vwsmvcas3-source/flake.nix:21:28: 20| then "${x}-${self.shortRev}" 21| else "${x}-${self.dirtyShortRev}") | ^ 22| ]; ``` This fixes the issue ## How was it tested? ``` nix build github:jetify-com/devbox/jl/fix-flake-rev ```
- Loading branch information