From 6954713899c3f67772e8e288cbb828f1ef6d70c7 Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 4 Oct 2024 03:28:37 +0300 Subject: [PATCH] build(nix): update modules hash --- .vscode/settings.json | 5 ++++- flake.nix | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index cd64238..e8234ba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,5 +8,8 @@ }, "files.watcherExclude": { "**/target": true - } + }, + "conventionalCommits.scopes": [ + "nix" + ] } \ No newline at end of file diff --git a/flake.nix b/flake.nix index 54c3ec6..730de29 100644 --- a/flake.nix +++ b/flake.nix @@ -38,7 +38,7 @@ src = ./.; - outputHash = "sha256-nGqTXDglPpmJITXSLPGOpEji9STXg/5wmjlB95Gx5oo="; + outputHash = "sha256-BTD7tTxw9DvyeXVGd5CI2qksNNV7AsjzcXNEVzmpey4="; outputHashAlgo = "sha256"; outputHashMode = "recursive";