mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Nix documentation (2.11.0)
This commit is contained in:
parent
d697f888d7
commit
56ab068239
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module Docs
|
||||
class Nix < UrlScraper
|
||||
self.type = 'simple'
|
||||
self.release = '2.10.3'
|
||||
self.release = '2.11.0'
|
||||
self.base_url = 'https://nixos.org/manual/'
|
||||
self.root_path = 'nix/stable/expressions/builtins.html'
|
||||
self.initial_paths = %w(
|
||||
|
|
Loading…
Reference in a new issue