standard template finalised

This commit is contained in:
m3tam3re
2024-04-06 06:12:36 +02:00
parent ac881e7a4a
commit d6805af85d
9 changed files with 175 additions and 16 deletions

View File

@ -0,0 +1,5 @@
{ pkgs, ... }:
{
# Define your custom packages here
# my-package = pkgs.callPackage ./my-package {};
}

View File

@ -0,0 +1,2 @@
# Your custom nix-package
# ...