From 93e3e382c544b0d55911255bcf5439155f792376 Mon Sep 17 00:00:00 2001 From: "Erwann Lagouche (AirOne01)" <21955960+AirOne01@users.noreply.github.com> Date: Sun, 10 Nov 2024 23:10:45 +0100 Subject: [PATCH] chore(flake): update --- flake.lock | 6 +++--- justfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index b3c3abb..a351c58 100644 --- a/flake.lock +++ b/flake.lock @@ -365,11 +365,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1730785428, - "narHash": "sha256-Zwl8YgTVJTEum+L+0zVAWvXAGbWAuXHax3KzuejaDyo=", + "lastModified": 1731139594, + "narHash": "sha256-IigrKK3vYRpUu+HEjPL/phrfh7Ox881er1UEsZvw9Q4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4aa36568d413aca0ea84a1684d2d46f55dbabad7", + "rev": "76612b17c0ce71689921ca12d9ffdc9c23ce40b2", "type": "github" }, "original": { diff --git a/justfile b/justfile index 7f78aaf..fb9356e 100644 --- a/justfile +++ b/justfile @@ -40,7 +40,7 @@ update: #!/usr/bin/env bash set -euo pipefail echo "⬆️ Updating flake inputs..." - nix flake update {{flake_dir}} + nix flake update --flake {{flake_dir}} echo "✅ Flake inputs updated!" # Update specific flake input