taplo + toml + devenv update

This commit is contained in:
Anthony Cicchetti 2023-05-15 19:31:22 -04:00
parent 4cc73499de
commit 8f0c2e8452
3 changed files with 8 additions and 7 deletions

12
flake.lock generated
View file

@ -8,11 +8,11 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1683566927, "lastModified": 1684176547,
"narHash": "sha256-pCJ9IPQeEbxKOuE6m++M9NRoweHid8r/9A1Uhbk1HQM=", "narHash": "sha256-c+hiXMdeBXKWGZqU/3RPz3Wymg0UcgOnbcW1eJip+88=",
"owner": "cachix", "owner": "cachix",
"repo": "devenv", "repo": "devenv",
"rev": "c90896345449b92d8f503cf8c2a339088bec0ddc", "rev": "1344383a60ac5d18eb0f85555023004755bc2d11",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -164,11 +164,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1683627095, "lastModified": 1684130981,
"narHash": "sha256-8u9SejRpL2TrMuHBdhYh4FKc1OGPDLyWTpIbNTtoHsA=", "narHash": "sha256-5IPp/rUAOogega5xuRoxcpfkwlGDAyWdizL0Tp2GA4s=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a08e061a4ee8329747d54ddf1566d34c55c895eb", "rev": "d41eea2839de7de0f2cbe4aa90fde5db8afcd30a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -34,6 +34,7 @@
shellcheck.enable = true; shellcheck.enable = true;
black.enable = true; black.enable = true;
alejandra.enable = true; alejandra.enable = true;
taplo.enable = true;
}; };
} }
]; ];

View file

@ -1,6 +1,6 @@
# Disable specific steps - same options as the command line flag # 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 # Run specific steps - same options as the command line flag
#only = ["system", "emacs"] #only = ["system", "emacs"]