nvboard: Init at 0.3
This commit is contained in:
parent
6133fb20e3
commit
996408c835
4 changed files with 74 additions and 4 deletions
|
@ -8,13 +8,16 @@
|
|||
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
with pkgs;
|
||||
|
||||
{
|
||||
# The `lib`, `modules`, and `overlay` names are special
|
||||
lib = import ./lib { inherit pkgs; }; # functions
|
||||
modules = import ./modules; # NixOS modules
|
||||
overlays = import ./overlays; # nixpkgs overlays
|
||||
|
||||
example-package = pkgs.callPackage ./pkgs/example-package { };
|
||||
example-package = callPackage ./pkgs/example-package { };
|
||||
nvboard = callPackage ./pkgs/nvboard { };
|
||||
# some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { };
|
||||
# ...
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue