Update flake.nix

This commit is contained in:
Daniel 2025-05-15 10:50:47 +02:00 committed by GitHub
commit e0631b1007
Failed to generate hash of commit

View file

@ -1,6 +1,8 @@
{ {
description = "Project Templates"; description = "Project Templates";
outputs = {self}: { outputs = {self}:
{ ... }:
{
templates = { templates = {
r = { r = {
path = ./templates/r; path = ./templates/r;