From c214e74a2e3a007be3310d90c45261a99c6de293 Mon Sep 17 00:00:00 2001 From: Olivier <1+olivier@noreply.raspot.in> Date: Wed, 19 Aug 2026 15:46:46 +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 847d788..7f0f84e 100644 --- a/modules/workstation-setup.nix +++ b/modules/workstation-setup.nix @@ -242,7 +242,7 @@ let workstationSetup = pkgs.stdenv.mkDerivation { pname = "nixos-workstations-setup"; - version = "1.8.1"; + version = "1.8.2"; src = ../workstation-setup;