Cleanup
This commit is contained in:
parent
aacddc8ebf
commit
99b4721bf3
@ -1,3 +0,0 @@
|
||||
{
|
||||
"nitter": {}
|
||||
}
|
13
shell.nix
13
shell.nix
@ -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"
|
||||
'';
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user