You've already forked AstralRinth
forked from didirus/AstralRinth
Move download counting to worker (#306)
* Move download counting to worker * Run `cargo sqlx prepare` * Format & some Clippy fixes
This commit is contained in:
13
shell.nix
Normal file
13
shell.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
# TODO: Move to flake
|
||||
{pkgs ? import <nixpkgs> {},
|
||||
fenix ? import (fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz") {}
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
fenix.default.toolchain
|
||||
docker docker-compose
|
||||
git
|
||||
openssl pkg-config
|
||||
sqlx-cli
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user