From 65b043fa850c138b53b8367b89e6b76c3da9bc2d Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 13 Oct 2024 23:46:55 +0200 Subject: [PATCH] disable nixpkgs aliases --- hosts/common/core/nix.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/common/core/nix.nix b/hosts/common/core/nix.nix index b97b950..11aee35 100644 --- a/hosts/common/core/nix.nix +++ b/hosts/common/core/nix.nix @@ -25,4 +25,8 @@ warn-dirty = false; }; }; + + nixpkgs.config = { + allowAliases = false; + }; }