This commit is contained in:
Dakedres 2024-04-09 22:03:06 -06:00
parent aacddc8ebf
commit 99b4721bf3
2 changed files with 0 additions and 16 deletions

View File

@ -1,3 +0,0 @@
{
"nitter": {}
}

View File

@ -1,13 +0,0 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.stdenv.mkDerivation {
name = "rssssing-dev";
buildInputs = [
pkgs.nodejs_21
pkgs.yarn
];
shellHook = ''
export PATH="$PWD/node_modules/.bin/:$PATH"
export NPM_PACKAGES="$HOME/.npm-packages"
'';
}