mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-04 03:50:30 +00:00
4 lines
190 B
Nix
4 lines
190 B
Nix
# Backward-compatible wrapper for users without flakes enabled.
|
|
# The canonical definition lives in flake.nix.
|
|
(builtins.getFlake (toString ./.)).devShells.${builtins.currentSystem}.default
|