advent-of-code/shell.nix

4 lines
92 B
Nix

{ system ? builtins.currentSystem }:
(builtins.getFlake (toString ./.)).devShell.${system}