templates/devshell.nix

6 lines
46 B
Nix
Raw Normal View History

2026-01-02 11:31:22 +01:00
{ pkgs }:
pkgs.mkShell {
packages = [ ];
}