This commit is contained in:
m3tam3re
2024-08-28 15:35:11 +02:00
commit 8a69e8af95
12 changed files with 487 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
# Define your custom packages here
# my-package = pkgs.callPackage ./my-package {};
}
+2
View File
@@ -0,0 +1,2 @@
# Your custom nix-package
# ...