comlib/shell.nix

8 lines
95 B
Nix
Raw Permalink Normal View History

2024-09-01 17:32:46 +00:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
lektor
];
}