diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-02-20 16:37:49 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-02-20 16:37:49 +0000 |
| commit | 878e098be0654c668f2fbf9f2ebf12ec57354e5c (patch) | |
| tree | 2b2d8a0c9c161da124a9937b7fac376344cd3023 /shell.nix | |
| parent | 7dcc1068248d37dfcf7a7f05f1c933be88aedb47 (diff) | |
refactor: run nixfmt
format the nix code with nixfmt
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1 +1,2 @@ | |||
| 1 | (builtins.getFlake ("git+file://" + toString ./.)).devShells.${builtins.currentSystem}.default | 1 | (builtins.getFlake |
| 2 | ("git+file://" + toString ./.)).devShells.${builtins.currentSystem}.default | ||