From 44cbf6ca2adbd16c14152ddfe3e76c6ee2a6af30 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 4 Dec 2025 00:49:31 -0500 Subject: [PATCH] apparently this is the correct way to fetch a flake from git --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a61f34d..99c36f9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Declaratively keep your stuff up to date in your nixos config. ```nix { description = "My flake config"; - inputs.fooud.url = "https://git.squi.bid/squibid/fooud"; + inputs.fooud.url = "git+https://git.squi.bid/squibid/fooud"; outputs = { self, nixpkgs, fooud }: { nixosConfigurations.my-system = nixpkgs.lib.nixosSystem { modules = [{