From 7f0b25c0b68bc982c6ccf948f13b23d26f101b95 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Mon, 22 Feb 2021 22:45:35 -0500 Subject: [PATCH] fix typeo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index dfa0015..a599393 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,6 @@ system = "x86_64-linux"; modules = [ ./neet.dev/configuration.nix ]; }; - } + }; }; }