mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
10 lines
140 B
Ruby
10 lines
140 B
Ruby
source 'https://rubygems.org'
|
|
gem 'itamae'
|
|
|
|
# docker backend:
|
|
gem 'docker-api'
|
|
|
|
# ed25519 ssh key support:
|
|
gem 'bcrypt_pbkdf'
|
|
gem 'ed25519'
|