diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-02 03:17:48 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-02 03:17:48 +0300 |
commit | 9b3ebd974bde5c8ebe1f8c8f049f7ee2c6462655 (patch) | |
tree | 408194f6f761872df938888ebc4ce46244168618 /overlays.nix | |
parent | 2024-05-01 (diff) |
2024-05-02
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 642c587..0adbc88 100644 --- a/overlays.nix +++ b/overlays.nix @@ -1,4 +1,4 @@ -{ +_: { default = final: prev: { bruh = prev.callPackage ./packages/bruh.nix { }; |