No description
Find a file
2024-04-23 21:25:43 +02:00
flutter 🔧 Add flutter lock 2024-04-23 21:16:31 +02:00
go 🎨 Add .envrc 2024-04-23 21:21:58 +02:00
node 🎨 Add .envrc 2024-04-23 21:21:58 +02:00
.gitignore 🙈 Ignore direnv 2024-04-23 21:21:33 +02:00
README.md 📝 Update README 2024-04-23 21:25:43 +02:00

nix-flake

A collection of common nix flakes

Usage

# .envrc
use flake "git+https://git.deditoolbox.fr/mlcsthor/nix-flake?dir=<lang>" --no-write-lock-file

Example

For Node

# .envrc
use flake "git+https://git.deditoolbox.fr/mlcsthor/nix-flake?dir=node" --no-write-lock-file

For flakes with multiples versions

# .envrc
use flake "git+https://git.deditoolbox.fr/mlcsthor/nix-flake?dir=node#node20" --no-write-lock-file