From ed0753ad224f0c65133bd7a63180257eecd9f5e3 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Wed, 8 Jan 2025 10:48:09 +0100 Subject: vault backup: 2025-01-08 10:48:09 --- .trash/3 resources/nix/overlays.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .trash/3 resources/nix/overlays.md (limited to '.trash/3 resources/nix/overlays.md') diff --git a/.trash/3 resources/nix/overlays.md b/.trash/3 resources/nix/overlays.md new file mode 100644 index 0000000..70dad85 --- /dev/null +++ b/.trash/3 resources/nix/overlays.md @@ -0,0 +1,8 @@ +Functions that accept two args (conventionally: final, prev) and return a set of [[package]]s. + +The `prev` arguments holds the set of packages of the "parent" overlay while the `final` argument holds the end result of **all** overlays applied. This means that overlays depend on each other. It is unclear how we can tell on which overlay an overlay depends. + +We can use it to override existing packages or add new packages. + +--- +https://nixos.wiki/wiki/Overlays -- cgit v1.2.3