From f2fb81a286c7653ebb155f6ff73ca6f092866a49 Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 24 Sep 2025 11:49:15 +0300 Subject: [PATCH] enable --- modules/nix-settings.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/nix-settings.nix b/modules/nix-settings.nix index f297ed5..2df7ba8 100644 --- a/modules/nix-settings.nix +++ b/modules/nix-settings.nix @@ -41,11 +41,10 @@ nix.registry = { self.flake = inputs.self; - - # Commented out because it doesnt match if i switch a system - # to another nixpkgs with a different flake input name nixpkgs.flake = inputs.nixpkgs; - + + # Commented out because i want to make sure it works if i switch a system + # to another nixpkgs with a different flake input name # nixpkgs = { # from = { type = "indirect"; id = "nixpkgs"; }; # to = {