aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/flake.nix b/flake.nix
index bbb3fd4..ae36ae9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,15 +26,6 @@
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);