diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-26 14:01:02 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-26 14:01:02 +0300 |
commit | 1831d54b47e0ca1aa16b39fc3ab1ffcd538c6622 (patch) | |
tree | 96a4f898f0ff2398da5283ef4ea8314fe8ad78d2 /overlays.nix | |
parent | 2024-05-25 (diff) |
2024-05-26
Diffstat (limited to '')
-rw-r--r-- | overlays.nix | 2 |
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 { }; |