diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-29 15:08:14 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-30 13:38:04 -0700 |
commit | 1fea548a7fb5632613b93e6d774648cd10eba8ee (patch) | |
tree | 5b69003dd1bb93ed43888fa2afa4808babe6064c /flake.lock | |
parent | feat(hosts/tahoe): enable buildkite agent (diff) | |
download | world-1fea548a7fb5632613b93e6d774648cd10eba8ee.tar.gz |
meta: remove pre-commit checks
This is not working as I want. Change-Id: I5c2a96c77585b84fb68bcd661773a3056a0288f4 Reviewed-on: https://cl.fcuny.net/c/world/+/170 Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/flake.lock b/flake.lock index 80b2615..4e7c152 100644 --- a/flake.lock +++ b/flake.lock @@ -69,21 +69,6 @@ "type": "github" } }, - "flake-utils_3": { - "locked": { - "lastModified": 1644229661, - "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": [ @@ -150,20 +135,6 @@ "type": "github" } }, - "nixpkgs_3": { - "locked": { - "lastModified": 1645655918, - "narHash": "sha256-ZfbEFRW7o237+A1P7eTKhXje435FCAoe0blj2n20Was=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "77a7a4197740213879b9a1d2e1788c6c8ade4274", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, "nur": { "locked": { "lastModified": 1652699429, @@ -179,25 +150,6 @@ "type": "github" } }, - "pre-commit-hooks": { - "inputs": { - "flake-utils": "flake-utils_3", - "nixpkgs": "nixpkgs_3" - }, - "locked": { - "lastModified": 1649054408, - "narHash": "sha256-wz8AH7orqUE4Xog29WMTqOYBs0DMj2wFM8ulrTRVgz0=", - "owner": "cachix", - "repo": "pre-commit-hooks.nix", - "rev": "e5e7b3b542e7f4f96967966a943d7e1c07558042", - "type": "github" - }, - "original": { - "owner": "cachix", - "repo": "pre-commit-hooks.nix", - "type": "github" - } - }, "root": { "inputs": { "agenix": "agenix", @@ -207,7 +159,6 @@ "nixpkgs": "nixpkgs_2", "nixpkgs-unstable": "nixpkgs-unstable", "nur": "nur", - "pre-commit-hooks": "pre-commit-hooks", "utils": "utils" } }, |