Skip to content

Commit

Permalink
doc: remove reference to nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
tomberek committed Nov 7, 2023
1 parent 06f3583 commit e6ed729
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/nix/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,8 @@ of Nixpkgs:

#!nix shell --override-input nixpkgs github:NixOS/nixpkgs/eabc38219184cc3e04a974fe31857d8e0eac098d

The examples above all used `-p` to get dependencies from Nixpkgs. You
can also use a Nix expression to build your own dependencies. For
example, the Python example could have been written as:
You can also use a Nix expression to build your own dependencies. For example,
the Python example could have been written as:

```python
#! /usr/bin/env nix
Expand All @@ -166,6 +165,4 @@ python3.withPackages (ps: with ps; [ prettytable ])
```




)""

0 comments on commit e6ed729

Please sign in to comment.