From 188f69443c0873970d41217b52e11c46d584c06d Mon Sep 17 00:00:00 2001 From: sss Date: Tue, 1 Jul 2025 02:03:23 +0300 Subject: nix common overlays initial commit --- neochat-git.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 neochat-git.nix (limited to 'neochat-git.nix') diff --git a/neochat-git.nix b/neochat-git.nix new file mode 100644 index 0000000..9422eb3 --- /dev/null +++ b/neochat-git.nix @@ -0,0 +1,12 @@ +{ inputs }: +self: super: { + neochat-git = + with super; + neochat.overrideAttrs (oldAttrs: rec { + version = "git"; + src = fetchGit { + url = "https://github.com/KDE/neochat/"; + ref = "master"; + }; + }); +} -- cgit v1.2.3