From c5d5f88448f5d8f907c905b33e15589d28daeac7 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 3 Oct 2024 17:23:07 +0200 Subject: [PATCH] disable url literals --- hosts/common/core/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index 623d1cf..1d19844 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -10,6 +10,7 @@ "flakes" "nix-command" "pipe-operators" + "no-url-literals" ]; trusted-users = [ "root"