diff --git a/flake.lock b/flake.lock index a3c851d..61131fa 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1683566927, - "narHash": "sha256-pCJ9IPQeEbxKOuE6m++M9NRoweHid8r/9A1Uhbk1HQM=", + "lastModified": 1684176547, + "narHash": "sha256-c+hiXMdeBXKWGZqU/3RPz3Wymg0UcgOnbcW1eJip+88=", "owner": "cachix", "repo": "devenv", - "rev": "c90896345449b92d8f503cf8c2a339088bec0ddc", + "rev": "1344383a60ac5d18eb0f85555023004755bc2d11", "type": "github" }, "original": { @@ -164,11 +164,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1683627095, - "narHash": "sha256-8u9SejRpL2TrMuHBdhYh4FKc1OGPDLyWTpIbNTtoHsA=", + "lastModified": 1684130981, + "narHash": "sha256-5IPp/rUAOogega5xuRoxcpfkwlGDAyWdizL0Tp2GA4s=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a08e061a4ee8329747d54ddf1566d34c55c895eb", + "rev": "d41eea2839de7de0f2cbe4aa90fde5db8afcd30a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 1e4cd4d..5142687 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ shellcheck.enable = true; black.enable = true; alejandra.enable = true; + taplo.enable = true; }; } ]; diff --git a/topgrade/topgrade.toml b/topgrade/topgrade.toml index 29cfa51..20cbef4 100644 --- a/topgrade/topgrade.toml +++ b/topgrade/topgrade.toml @@ -1,6 +1,6 @@ # Disable specific steps - same options as the command line flag -disable = ["node", "nix", "home-manager"] +disable = ["node", "nix", "home_manager"] # Run specific steps - same options as the command line flag #only = ["system", "emacs"]