Skip to content

Commit

Permalink
Merge pull request #1087 from Indyandie/docs/q_query_string_param
Browse files Browse the repository at this point in the history
docs(openapi): `q` query string param, fix `id` path parameter, nix refactor
  • Loading branch information
Naramsim committed May 12, 2024
2 parents bdc9fa9 + 434dadf commit fa9aa4f
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 224 deletions.
16 changes: 3 additions & 13 deletions default.nix
@@ -1,22 +1,11 @@
with import <nixpkgs> { };

let
pythonPackages = python3Packages;
in pkgs.mkShell rec {
name = "impurePythonEnv";
pkgs.mkShell {
name = "onix-shellder";
venvDir = "./.venv";
buildInputs = [
python310Packages.python
python310Packages.venvShellHook

# python310Packages.coverage
# python310Packages.python-mimeparse
# python310Packages.python-dateutil
# python310Packages.drf-spectacular
# python310Packages.djangorestframework
# python310Packages.django-redis
# python310Packages.django-cors-headers

# Required dependancies
black
taglib
Expand All @@ -37,6 +26,7 @@ in pkgs.mkShell rec {
postShellHook = ''
# allow pip to install wheels
unset SOURCE_DATE_EPOCH
zsh -l
'';

}

0 comments on commit fa9aa4f

Please sign in to comment.