You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
```
0 commit comments