mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-11 22:00:08 +01:00
docs: improve README and add small improvement for usage
This commit is contained in:
parent
312b725620
commit
fd1a84a424
2 changed files with 31 additions and 1 deletions
|
|
@ -5,7 +5,13 @@
|
|||
The absolute minimum to get started:
|
||||
|
||||
```nix
|
||||
devshell.mkShell {}
|
||||
let
|
||||
# make sure to add
|
||||
# inputs.devshell.url = "gitlab:rensa-nix/devshell?dir=lib";
|
||||
# to your inputs
|
||||
devshell = inputs.devshell.lib { inherit pkgs; };
|
||||
in
|
||||
devshell.mkShell {}
|
||||
```
|
||||
|
||||
That's it. You've got yourself a shell. Not very exciting, but it works.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue