feat: add teh snapshot at the end of the year
This commit is contained in:
parent
1d3549d541
commit
5c33399d97
3 changed files with 86 additions and 7 deletions
|
@ -11,8 +11,10 @@ with lib; let
|
|||
in {
|
||||
imports = [
|
||||
# import in past website versions, available at $year.skynet.ie
|
||||
(import ./old_site.nix {year = "2009";})
|
||||
# at teh end of teh year add it here
|
||||
(import ./old_site.nix {year = "2023";})
|
||||
(import ./old_site.nix {year = "2017";})
|
||||
(import ./old_site.nix {year = "2009";})
|
||||
];
|
||||
|
||||
options.services.skynet."${name}" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue