[nix] Make own module

This commit is contained in:
Tibo De Peuter 2023-11-10 13:07:42 +01:00
parent 401d667acf
commit e55d4b46dd
5 changed files with 55 additions and 18 deletions

View file

@ -0,0 +1,6 @@
{
imports = [
./flakes
./gc
];
}