Skip to content

Commit

Permalink
[*] support build in nixos for linux application
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Jul 31, 2024
1 parent 1718bde commit 209ecc4
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 168 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ run:
run-linux:
$(run-evn) fvm flutter run -d linux

run-linux-in-nixos:
nix-shell --run "flutter run -d linux"

build-rust:
cd ./rust && cargo build

Expand Down
Loading

0 comments on commit 209ecc4

Please sign in to comment.