summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-06 04:03:00 -0400
committerseth <[email protected]>2024-07-06 04:12:41 -0400
commitbd3c8d11101fc2b90e37d60d99a9e544e69f194d (patch)
tree40715f227321e8b52cdc38b97c8d53cad7608b45 /flake.lock
parent8875ad5fb466944667e5171035aa8f5c01675e93 (diff)
flake: drop flake-checks
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock16
1 files changed, 0 insertions, 16 deletions
diff --git a/flake.lock b/flake.lock
index e0de3b2..e4f3dbe 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,20 +1,5 @@
{
"nodes": {
- "flake-checks": {
- "locked": {
- "lastModified": 1719755104,
- "narHash": "sha256-X1nrRnUqSNNWgmDKvRH8I4cc4kCE4Vn6694adXnnGSo=",
- "owner": "getchoo",
- "repo": "flake-checks",
- "rev": "f0e8a00b8af9cfb553bfd7f90d63899158db6df8",
- "type": "github"
- },
- "original": {
- "owner": "getchoo",
- "repo": "flake-checks",
- "type": "github"
- }
- },
"nixpkgs": {
"locked": {
"lastModified": 1720149507,
@@ -33,7 +18,6 @@
},
"root": {
"inputs": {
- "flake-checks": "flake-checks",
"nixpkgs": "nixpkgs"
}
}