From 799df867ce2dfa1220d529bda82d5263149f7ce7 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Sun, 8 Mar 2026 15:52:05 +0100 Subject: chore: update flake --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ae36ae9..bbb3fd4 100644 --- a/flake.nix +++ b/flake.nix @@ -26,6 +26,15 @@ firefox-addons.url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons"; firefox-addons.inputs.nixpkgs.follows = "nixpkgs"; + + neuwld-src.url = "git+https://git.sr.ht/~shrub900/neuwld"; + neuwld-src.flake = false; + + neuswc-src.url = "git+https://git.sr.ht/~shrub900/neuswc"; + neuswc-src.flake = false; + + shko-src.url = "git+https://git.sr.ht/~chld/shko"; + shko-src.flake = false; }; outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } (inputs.import-tree ./modules); -- cgit v1.3.1