From 287b268161d86bd44be3b35355b278cc69a2d12d Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 26 Aug 2024 09:13:25 +0100 Subject: [PATCH] fix: inputs have to be quoted --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 05a84e8..9140459 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; colmena.url = "github:zhaofengli/colmena"; - attic.url = github:zhaofengli/attic; + attic.url = "github:zhaofengli/attic"; # we host our own simple-nixos-mailserver = {