This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
dot_testing
Watch
1
Star
0
Fork
You've already forked dot_testing
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
8efb0b321a
dot_testing
/
boxes
/
phone
/
init
/
shell.nix
8 lines
86 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
pkgs
.
mkShell
{
packages
=
[
pkgs
.
apkeep
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink