Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit daa1192

Browse files
committedApr 2, 2020
redirect /nix-dev to new location
1 parent c5780d9 commit daa1192

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎netlify.toml

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
status = 302
1111
force = true
1212

13+
[[redirects]]
14+
from = "/nix-dev/*"
15+
to = "https://releases.nixos.org/nix-dev/:splat"
16+
status = 302
17+
force = true
18+
1319
[[redirects]]
1420
from = "/channels/*"
1521
to = "https://channels.nixos.org/:splat"

0 commit comments

Comments
 (0)
Please sign in to comment.