Skip to content

Commit 63f65ad

Browse files
committed
Document exposed default app
1 parent 192c584 commit 63f65ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ flake and it will install the `use_devshell_toml.sh` helper for you.
3232
```nix
3333
imports = [ inputs.use_devshell_toml.homeModules.default ];
3434
```
35+
36+
Also, a default package providing the `use_devshell_toml` shell command -the same
37+
utility as shown in the demo.gif above- is exposed at:
38+
3539
```
40+
inputs.use_devshell_toml.packages.<system>.default
3641
```
3742

3843
# Imperative Setup

0 commit comments

Comments
 (0)