From 99cd15067591ad851738d62affabf38fe9310899 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Mon, 8 Aug 2022 15:33:56 +0200 Subject: [PATCH] typo --- nixos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 83f7e323..1644072b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -17,7 +17,7 @@ experimental-features = nix-command flakes ''; - # Keep nix-shell from grabage collection for direnv (keep-outputs + keep-derivations) + # Keep nix-shell from garbage collection for direnv (keep-outputs + keep-derivations) # NOTE: nix-direnv use nix or use flake should do this automatically # keep-outputs = true # keep-derivations = true