From e96b0c267091f7206b386fa80c531f020ece8efd Mon Sep 17 00:00:00 2001 From: James <5511220+Zamiell@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:10:31 -0500 Subject: [PATCH] Update nixos-with-flakes-enabled.md --- docs/en/nixos-with-flakes/nixos-with-flakes-enabled.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/nixos-with-flakes/nixos-with-flakes-enabled.md b/docs/en/nixos-with-flakes/nixos-with-flakes-enabled.md index ae97bb9..a252fc9 100644 --- a/docs/en/nixos-with-flakes/nixos-with-flakes-enabled.md +++ b/docs/en/nixos-with-flakes/nixos-with-flakes-enabled.md @@ -33,7 +33,6 @@ the accompanying new nix command-line tool: git vim wget - curl ]; # Set the default editor to vim environment.variables.EDITOR = "vim";