Skip to content

Commit fb745bb

Browse files
committed
Remove shell.nix
This change removes support for entering development shell. It isn't that useful in this case and it still can be done if you try hard enough (and if you read the header of nix-book.sh).
1 parent bf74f1f commit fb745bb

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

nix-book.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env nix-shell
22
#! nix-shell -i bash --pure
3+
#! nix-shell -p bash mdbook mdbook-toc mdbook-admonish
4+
#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-24.05
35

46
exec ./book.sh "$@"

shell.nix

-13
This file was deleted.

0 commit comments

Comments
 (0)