FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pokeapi/default.nix at master · PokeAPI/pokeapi · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PokeAPI
/
pokeapi
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
5.4k
Code
Issues
169
Pull requests
15
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
pokeapi
/
default.nix
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (18 loc) · 288 Bytes
Breadcrumbs
pokeapi
/
default.nix
Copy path
File metadata and controls
21 lines (18 loc) · 288 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
with
import
<nixpkgs>
{
}
;
mkShell
{
packages
=
[
uv
# non-Python system libraries your project needs
taglib
openssl
git
libxml2
libxslt
libzip
zlib
]
;
shellHook
=
''
unset SOURCE_DATE_EPOCH
uv sync --locked --all-extras --dev
''
;
}
Back
|
FazBrowse Home
|
New Git URL