setup repo structure (& test system config)
This commit is contained in:
commit
67c2250833
12 changed files with 573 additions and 0 deletions
5
packages/default.nix
Normal file
5
packages/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ flake, pkgs }:
|
||||
{
|
||||
# add new packages here as:
|
||||
# name = pkgs.callPackage ./package-source.nix {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue