feat: add devshell and improve input handling of cells

pass system to cells and their flake.nix inputs
This commit is contained in:
technofab 2025-08-06 10:13:34 +02:00
parent 2774f3ea91
commit c9c329ec0f
No known key found for this signature in database
9 changed files with 62 additions and 5 deletions

View file

@ -1,6 +1,3 @@
{
inputs,
cell,
}: {
hello = "world";
}