mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: add basic shell.nix
This commit is contained in:
parent
6e01238364
commit
8210cb23f6
1 changed files with 12 additions and 0 deletions
12
shell.nix
Normal file
12
shell.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
|
|
||||||
|
pkgs.mkShellNoCC {
|
||||||
|
packages = with pkgs; [
|
||||||
|
cargo rust-analyzer rustfmt
|
||||||
|
gcc
|
||||||
|
protobuf
|
||||||
|
dotnet-sdk_6
|
||||||
|
go
|
||||||
|
nodejs yarn
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue