This website requires JavaScript.
Explore
Woodpecker CI
Request Account
Help
Sign In
earnestma
/
configs
Watch
1
Star
0
Fork
You've already forked configs
0
Code
Issues
Pull Requests
Releases
Activity
553b1a11b8
configs
/
shell.nix
10 lines
120 B
Nix
Raw
Blame
History
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
mkShell
{
BuildInputs
=
[
ansible
ansible-lint
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink