From aa1524a1de67d87ba8b9241f6305be72c0a081d3 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:11:54 +0400 Subject: [PATCH] krill issue 2 --- modules/shell/nix/nh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shell/nix/nh.nix b/modules/shell/nix/nh.nix index cad1c2ca..621a0be7 100644 --- a/modules/shell/nix/nh.nix +++ b/modules/shell/nix/nh.nix @@ -13,7 +13,7 @@ in # TODO try this later # clean.enable = true; # clean.extraArgs = "--keep-since 4d --keep 3"; - flake = "/etc/nixos"; + flake = "/home/sako/nixos"; }; }; }