mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
pkgs: add foodogsquaredLib
This commit is contained in:
parent
9eaf577057
commit
1ef82f17f5
@ -1,7 +1,7 @@
|
|||||||
= Packages
|
= Packages
|
||||||
:toc:
|
:toc:
|
||||||
|
|
||||||
My custom packages live here.
|
My custom packages and nixpkgs extensions live here.
|
||||||
It is setup similar to link:https://github.com/NixOS/nixpkgs/[nixpkgs] and link:https://github.com/foo-dogsquared/nur[my previous NUR].
|
It is setup similar to link:https://github.com/NixOS/nixpkgs/[nixpkgs] and link:https://github.com/foo-dogsquared/nur[my previous NUR].
|
||||||
Thus, the conventions are similar to the package definitions in the mentioned repositories.
|
Thus, the conventions are similar to the package definitions in the mentioned repositories.
|
||||||
|
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
lib.makeScope newScope (self: {
|
lib.makeScope newScope (self: {
|
||||||
|
# My custom nixpkgs extensions.
|
||||||
|
foodogsquaredLib = import ../lib { inherit pkgs; };
|
||||||
|
|
||||||
|
# My custom packages.
|
||||||
awesome-cli = callPackage ./awesome-cli { };
|
awesome-cli = callPackage ./awesome-cli { };
|
||||||
base16-builder-go = callPackage ./base16-builder-go { };
|
base16-builder-go = callPackage ./base16-builder-go { };
|
||||||
blender-blendergis = python3Packages.callPackage ./blender-blendergis { };
|
blender-blendergis = python3Packages.callPackage ./blender-blendergis { };
|
||||||
|
Loading…
Reference in New Issue
Block a user