Skip to content

Commit

Permalink
20.09 -> nixos-20.09beta and unstable -> nixos-21.03pre
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Oct 5, 2020
1 parent 4b9f197 commit a4edb19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import-scripts/import_scripts/channel.py
Expand Up @@ -26,10 +26,10 @@
CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))
INDEX_SCHEMA_VERSION = os.environ.get("INDEX_SCHEMA_VERSION", 0)
CHANNELS = {
"unstable": "nixos/unstable/nixos-20.09pre",
"unstable": "nixos/unstable/nixos-21.03pre",
"19.09": "nixos/19.09/nixos-19.09.",
"20.03": "nixos/20.03/nixos-20.03.",
"20.09": "nixos/20.09/nixos-20.09alpha",
"20.09": "nixos/20.09/nixos-20.09beta",
}
ANALYSIS = {
"normalizer": {
Expand Down

0 comments on commit a4edb19

Please sign in to comment.