From 4ab6800e436028a35b08e96bd127684c3cd3ad3a Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 29 Jun 2023 21:28:44 +0900 Subject: [PATCH] update releaes --- laptop/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laptop/home-manager.nix b/laptop/home-manager.nix index 9c991a82..859875be 100644 --- a/laptop/home-manager.nix +++ b/laptop/home-manager.nix @@ -1,6 +1,6 @@ { config, pkgs, ... }: let - home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz"; + home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/rekease-23,05.tar.gz"; in { imports = [