Refactoring
This commit is contained in:
parent
fb335d75b3
commit
64fcff10aa
4 changed files with 60 additions and 23 deletions
5
pkgs/default.nix
Normal file
5
pkgs/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Custom packages, that can be defined similarly to ones from nixpkgks
|
||||
# Build them using `nix build .#example`
|
||||
pkgs: {
|
||||
# example = pkgs.callPackage ./example { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue