Remove gem stuff from shell.nix
This commit is contained in:
parent
49ca27d57f
commit
669058075e
10
shell.nix
10
shell.nix
|
@ -8,14 +8,4 @@ with (import <nixpkgs> {});
|
|||
nodePackages_latest.npm
|
||||
sass
|
||||
];
|
||||
shellHook = ''
|
||||
mkdir -p .nix-gems
|
||||
|
||||
export GEM_HOME=$PWD/.nix-gems
|
||||
export GEM_PATH=$GEM_HOME
|
||||
export PATH=$GEM_HOME/bin:$PATH
|
||||
export PATH=$PWD/bin:$PATH
|
||||
|
||||
gem list -i ^neocities$ || gem install neocities --no-document
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue