From f07475951530f06f88f7c3cbbfebe1486cdd90c8 Mon Sep 17 00:00:00 2001 From: Olivier <1+olivier@noreply.raspot.in> Date: Thu, 20 Aug 2026 11:42:00 +0200 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"modules"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/workstation-setup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/workstation-setup.nix b/modules/workstation-setup.nix index 56ec0f2..46e8a3c 100644 --- a/modules/workstation-setup.nix +++ b/modules/workstation-setup.nix @@ -291,7 +291,7 @@ let workstationSetup = pkgs.stdenv.mkDerivation { pname = "nixos-workstations-setup"; - version = "1.9.1"; + version = "1.9.2"; src = ../workstation-setup;