before update flake
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
pkgs.efibootmgr
|
||||
pkgs.gptfdisk
|
||||
pkgs.duf
|
||||
pkgs.jq
|
||||
];
|
||||
services = {
|
||||
locate = {
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user