summaryrefslogtreecommitdiff
path: root/overlays.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-05-26 14:01:02 +0300
committerAzat Bahawi <azat@bahawi.net>2024-05-26 14:01:02 +0300
commit1831d54b47e0ca1aa16b39fc3ab1ffcd538c6622 (patch)
tree96a4f898f0ff2398da5283ef4ea8314fe8ad78d2 /overlays.nix
parent364e8a98ad25127f2a51696ec03729e3a783044f (diff)
2024-05-26
Diffstat (limited to 'overlays.nix')
-rw-r--r--overlays.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays.nix b/overlays.nix
index 4555d38..3e01cfc 100644
--- a/overlays.nix
+++ b/overlays.nix
@@ -1,4 +1,4 @@
-_: {
+{
default = final: prev: {
bruh = prev.callPackage ./packages/bruh.nix { };