We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We already do this in nammayatri
There are two variants, nix run .#run-mobility-stack-nix and nix run .#run-mobility-stack-dev:
nix run .#run-mobility-stack-nix
nix run .#run-mobility-stack-dev
https://github.com/nammayatri/nammayatri/blob/57be9e73731a42a8ddb6b6915ceb048283c6e0fe/Backend/nix/run-mobility-stack.nix#L16-L29
the dev variant runs cabal build followed by cabal run, while the nix variant uses the apps exported by flake to start the haskell application.
cabal build
cabal run
apps
This can be part of a tutorial series
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We already do this in nammayatri
There are two variants,
nix run .#run-mobility-stack-nix
andnix run .#run-mobility-stack-dev
:https://github.com/nammayatri/nammayatri/blob/57be9e73731a42a8ddb6b6915ceb048283c6e0fe/Backend/nix/run-mobility-stack.nix#L16-L29
the dev variant runs
cabal build
followed bycabal run
, while the nix variant uses theapps
exported by flake to start the haskell application.This can be part of a tutorial series
The text was updated successfully, but these errors were encountered: