Hi! @Xe, I'd like to ask you to update the article since it's pinned on the nix flakes [page](https://nixos.wiki/wiki/Flakes). Here is a list of problems which I've encountered while reading the article. ## [part 1](https://github.com/Xe/site/blob/main/blog/nix-flakes-1-2022-02-21.markdown) 1. #519 - `flake.nix` has a bit different content now 2. `nix develop` doesn't enter a shell. There doesn't appear a prefix like `[cadey@pneuma:~/tmp/gohello]$` 3. `nix develop` doesn't work for `xess` example unless I add it to the `outputs` like [here](https://tulpa.dev/Xe/mara/src/commit/4446edeb050ef24708d03711af998d8d6ac4d998/flake.nix#L10) ## [part 2](https://github.com/Xe/site/blob/main/blog/nix-flakes-2-2022-02-27.markdown) 1. Can't run the `web-server` via nix run
Hi! @Xe, I'd like to ask you to update the article since it's pinned on the nix flakes page.
Here is a list of problems which I've encountered while reading the article.
part 1
flake.nixhas a bit different content nownix developdoesn't enter a shell. There doesn't appear a prefix like[cadey@pneuma:~/tmp/gohello]$nix developdoesn't work forxessexample unless I add it to theoutputslike herepart 2
web-servervia nix run