We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192c584 commit 63f65adCopy full SHA for 63f65ad
1 file changed
README.md
@@ -32,7 +32,12 @@ flake and it will install the `use_devshell_toml.sh` helper for you.
32
```nix
33
imports = [ inputs.use_devshell_toml.homeModules.default ];
34
```
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
39
40
+inputs.use_devshell_toml.packages.<system>.default
41
42
43
# Imperative Setup
0 commit comments