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";