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 3b5e0ce commit 0633078Copy full SHA for 0633078
src/posts/guides/nix-shells.md
@@ -416,6 +416,7 @@ nix develop --impure --expr "with import <nixpkgs> {}; pkgs.mkShell { packages =
416
```
417
418
Both approaches work to some degree but are clunky (i.e. *not improving UX as promised*) and rely on the supposed-to-be-superseded channels.
419
+
420
## The second-hardest problem
421
422
Picking up the confusion mentioned in the beginning, there is another problem with `nix shell`... naming.
0 commit comments