Kyattsukuro 1162a6676a
Some checks failed
Release / release (push) Has been cancelled
added sorting pages by provided index, fixed overlaping svg
2025-08-20 15:34:13 +02:00

13 lines
145 B
Nix

let
pkgs = import <nixpkgs> {
overlays = [ ];
};
in
pkgs.mkShell {
buildInputs = with pkgs; [
nodejs
];
shellHook = ''
'';
}