From 5fd0da53275e738aceb6af326c657681b87fea53 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:37:41 +0100 Subject: [PATCH] add superfile input Former-commit-id: f86fd5bf0256ea22099d830475af23d0ad631613 --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 694947a..16739e9 100644 --- a/flake.nix +++ b/flake.nix @@ -37,6 +37,7 @@ zen-browser.url = "git+https://git.sr.ht/~canasta/zen-browser-flake/"; # updated flake nvf.url = "github:notashelf/nvf"; + superfile = { url = "github:yorukot/superfile"; }; }; outputs = inputs@{ nixpkgs, ... }: {