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 --- qpwgraph-git.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qpwgraph-git.nix (limited to 'qpwgraph-git.nix') diff --git a/qpwgraph-git.nix b/qpwgraph-git.nix new file mode 100644 index 0000000..f5929d0 --- /dev/null +++ b/qpwgraph-git.nix @@ -0,0 +1,11 @@ +{ inputs }: +self: super: { + qpwgraph_my = + with super; + qpwgraph.overrideAttrs (old: rec { + src = fetchGit { + url = "https://gitlab.freedesktop.org/rncbc/qpwgraph"; + ref = "main"; + }; + }); +} -- cgit v1.2.3