aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-03-08 15:52:05 +0100
committerLeander Scherer <leander@schererleander.de>2026-03-08 15:52:05 +0100
commit799df867ce2dfa1220d529bda82d5263149f7ce7 (patch)
tree9bdc983283b5995410ddbd4c48d28d898495123d /flake.nix
parentb973070dc0cfdb508118cf5368aa9a042087908a (diff)
chore: update flake
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
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);