mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 11:53:18 +00:00
Add Nix configuration files and script for Flutter version management
This commit is contained in:
parent
ae457e8235
commit
cb47982026
6 changed files with 263 additions and 48 deletions
4
.envrc
Normal file
4
.envrc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# When nix is available, use the flake for environment management
|
||||
if command -v nix &> /dev/null; then
|
||||
use flake
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue