Skip to content

Commit dc2f2cf

Browse files
committed
Fix flake check warnings
1 parent c4591a9 commit dc2f2cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
});
1616

1717
# Useful when composing with other flakes:
18-
overlay = import ./overlay.nix;
18+
overlays.default = import ./overlay.nix;
1919

20-
defaultTemplate = templates.hello-world;
20+
templates = rec {
21+
default = hello-world;
2122

22-
templates = {
2323
hello-world = {
2424
description = "A simple and straight-forward 'hello world' Rust program.";
2525
path =

0 commit comments

Comments
 (0)