comlib/shell.nix
2024-09-01 19:32:46 +02:00

8 lines
95 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
lektor
];
}