damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

shell.nix (189B)


      1 { pkgs ? import <nixpkgs> {} }:
      2   pkgs.mkShell {
      3     # nativeBuildInputs is usually what you want -- tools you need to run
      4     nativeBuildInputs = with pkgs.buildPackages; [ nodejs_20 ];
      5 }