Add empty files for linux.nix and darwin.nix

This commit is contained in:
Martin Larsson 2025-01-16 09:11:53 +00:00
parent f1efe05c49
commit 6979757926
2 changed files with 4 additions and 0 deletions

2
nix/darwin.nix Normal file
View file

@ -0,0 +1,2 @@
{ ... }: {
}

2
nix/linux.nix Normal file
View file

@ -0,0 +1,2 @@
{ ... }: {
}