mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2026-03-09 05:20:21 +00:00
add initial flake configuration and environment setup
This commit is contained in:
parent
a97872239e
commit
3a5cf2ff22
3 changed files with 131 additions and 0 deletions
7
.envrc
Normal file
7
.envrc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
if command -v nix &> /dev/null; then
|
||||
use flake
|
||||
else
|
||||
echo "Nix not found, skipping flake support"
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue