Propagate mylib to derivations
This commit is contained in:
@ -1,13 +1,14 @@
|
|||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
|
mylib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
# Taken from https://github.com/Misterio77/nix-config/blob/main/overlay/default.nix
|
# Taken from https://github.com/Misterio77/nix-config/blob/main/overlay/default.nix
|
||||||
# By specifying this we can just add our derivation to derivations/default.nix and it will land here
|
# By specifying this we can just add our derivation to derivations/default.nix and it will land here
|
||||||
additions = final: prev:
|
additions = final: prev:
|
||||||
import ../derivations {
|
import ../derivations {
|
||||||
inherit inputs;
|
inherit inputs mylib;
|
||||||
pkgs = final;
|
pkgs = final;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user