1
0
Fork 0

pluh 🗣

This commit is contained in:
Lukas Wurzinger 2025-03-01 22:34:30 +01:00
parent fa30c4d826
commit 92f097cb82
No known key found for this signature in database
8 changed files with 127 additions and 132 deletions

View file

@ -13,6 +13,11 @@
devenv.url = "github:cachix/devenv";
};
nixConfig = {
extra-trusted-public-keys = "devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw=";
extra-substituters = "https://devenv.cachix.org";
};
outputs = {
nixpkgs,
flake-parts,