From f6926c246712778da108ba77f36664f5f61a9805 Mon Sep 17 00:00:00 2001 From: blahai Date: Mon, 30 Dec 2024 02:33:57 +0200 Subject: [PATCH] Flake: haivim input --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index c3f8739..f2a293a 100644 --- a/flake.nix +++ b/flake.nix @@ -26,12 +26,8 @@ chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable"; nur.url = "github:nix-community/NUR"; - # This is a private repository for now while I work on it - # My plan is to make it public by the end of the year - # for now have a look at https://github.com/redyf/Neve - # as that is where I *borrowed* the base from haivim = { - url = "git+ssh://git@github.com/blahai/haivim"; + url = "github:blahai/haivim"; inputs = {nixpkgs.follows = "nixpkgs";}; };