about summary refs log tree commit diff stats
path: root/shell.nix
blob: d2c4c45847f381da8ec047f8f10fa0667861fec0 (plain)
1
2
3
{ system ? builtins.currentSystem }:

(builtins.getFlake (toString ./.)).devShells.${system}.default