From f249d4964e38b13f32e25634145e06853db41657 Mon Sep 17 00:00:00 2001 From: MatthewCroughan Date: Tue, 8 Nov 2022 23:43:57 +0000 Subject: [PATCH] Add filestash-nix to the flakes index (#547) --- flakes/manual.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flakes/manual.toml b/flakes/manual.toml index c604877..9b64dbe 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -123,3 +123,8 @@ repo = "haskell.nix" type = "sourcehut" owner = "~munksgaard" repo = "geomyidae-flake" + +[[sources]] +type = "github" +owner = "matthewcroughan" +repo = "filestash-nix"