add direnv

This commit is contained in:
Abel Luck 2026-02-26 10:02:57 +01:00
parent 0ecc2f7b06
commit db6b90134d
3 changed files with 10 additions and 2 deletions

View file

@ -5,8 +5,9 @@
};
outputs =
{ self, flake-parts, ... }:
flake-parts.lib.mkFlake { inherit self; } {
inputs@{ flake-parts, ... }:
# https://flake.parts/module-arguments.html
flake-parts.lib.mkFlake { inherit inputs; } {
flake = {
# Put your original flake attributes here.
};