mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat: move to flakes
This commit is contained in:
parent
3447fa3d12
commit
7c5836558a
31 changed files with 921 additions and 726 deletions
2
tree.nix
2
tree.nix
|
|
@ -1,4 +1,4 @@
|
|||
{ lib }: { config, folder, sources, ... }@args: with lib; let
|
||||
{ lib }: { config, folder, inputs, ... }@args: with lib; let
|
||||
pureTreeGrab = { base, path }: let
|
||||
realPath = toString path;
|
||||
dirContents = builtins.readDir path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue