This website requires JavaScript.
Explore
Help
Sign In
Jaculabilis
/
amanuensis
Watch
1
Star
1
Fork
You've already forked amanuensis
0
Code
Issues
19
Pull Requests
Projects
1
Releases
Activity
00738b5a45
amanuensis
/
shell.nix
9 lines
106 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
buildInputs
=
[
pkgs
.
python3
pkgs
.
poetry
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink