video1
This commit is contained in:
5
pkgs/default.nix
Normal file
5
pkgs/default.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Define your custom packages here
|
||||
# my-package = pkgs.callPackage ./my-package {};
|
||||
}
|
2
pkgs/my-package/default.nix
Normal file
2
pkgs/my-package/default.nix
Normal file
@ -0,0 +1,2 @@
|
||||
# Your custom nix-package
|
||||
# ...
|
Reference in New Issue
Block a user