mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 12:43:52 +00:00
6 lines
103 B
Ruby
6 lines
103 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
source 'https://rubygems.org' do
|
||
|
gem 'wayback_machine_downloader'
|
||
|
end
|