Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
default = {
description = "Default flake template";
path = ./default;
welcomeText = ''
# Welcome to your new Nix flake ❄️🍁

To activate your new flake's development environment, run `nix develop` or `direnv allow` if you use direnv.

For a more interactive flake initialization experience, delete the `flake.nix` that was just created and use fh, the CLI for FlakeHub:

nix run "https://flakehub.com/f/DeterminateSystems/fh/0" -- init

For more on flakes, check out **Zero to Nix**, our flake-forward guide to Nix:

https://zero-to-nix.com
'';
};
};
};
Expand Down
Loading