before update flake

This commit is contained in:
2025-10-07 23:09:55 +02:00
parent 4d70049361
commit 0225add932
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
pkgs.efibootmgr
pkgs.gptfdisk
pkgs.duf
pkgs.jq
];
services = {
locate = {

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
cd ~/nixos-dotfiles || exit
cd ~/nixos/dotfiles || exit
# Obtenir le hash actuel
current_hash=$(nix flake metadata --json 2>/dev/null | jq -r '.locks.nodes.nixpkgs.locked.rev')