Skip to content

Commit 8f29769

Browse files
author
arch
committed
improve nix install
1 parent 50feae5 commit 8f29769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/user-guide/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Finally you can remove the build environment with `conda env remove -n python-fu
2020

2121
## Linux
2222

23-
To run the application on Linux you need the [nix package manager](https://nixos.org/download.html) with experimental [`flakes` feature enabled](https://github.com/mschwaig/howto-install-nix-with-flake-support).
23+
To run the application on Linux you need the [nix package manager](https://nixos.org/download.html) with experimental [`flakes` feature enabled](https://github.com/mschwaig/howto-install-nix-with-flake-support). Open an environment with `nix develop` in the repository root directory and start the application with `python main.py` from activated nix develop shell.
2424

2525
## Flatpak
2626

0 commit comments

Comments
 (0)