Revert flake.lock and disable fail mode for Flake Checker

This commit is contained in:
Luc Perkins 2024-07-16 09:54:22 -07:00
parent fce3fefac3
commit 45773e0d63
No known key found for this signature in database
GPG key ID: 16DB1108FB591835
2 changed files with 51 additions and 15 deletions

View file

@ -21,8 +21,10 @@ jobs:
- name: Check health of flake.lock - name: Check health of flake.lock
uses: DeterminateSystems/flake-checker-action@main uses: DeterminateSystems/flake-checker-action@main
with: # TODO: re-enable fail mode when we find a way to bump Nixpkgs to 24.05
fail-mode: true # without breaking the static Rust build
#with:
# fail-mode: true
- name: Check Rust formatting - name: Check Rust formatting
run: nix develop --command cargo fmt --check run: nix develop --command cargo fmt --check

View file

@ -85,6 +85,24 @@
"type": "github" "type": "github"
} }
}, },
"flake-utils_2": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"libgit2": { "libgit2": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -111,12 +129,12 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1720213208, "lastModified": 1715246928,
"narHash": "sha256-lAoLGVIhRFrfgv7wcyduEkyc83QKrtsfsq4of+WrBeg=", "narHash": "sha256-5Q1WkpTWH7fkVfYhHDc5r0A+Vc+K5xB1UhzrLzBCrB8=",
"rev": "f1deb42176cadfb412eb6f92315e6aeef7f2ad75", "rev": "adba2f19a02eaa74336a06a026d3c37af8020559",
"revCount": 17415, "revCount": 17044,
"type": "tarball", "type": "tarball",
"url": "https://api.flakehub.com/f/pinned/NixOS/nix/2.23.3/0190936a-a531-7743-88ed-025ecd4d0835/source.tar.gz" "url": "https://api.flakehub.com/f/pinned/NixOS/nix/2.22.1/018f61d9-3f9a-7ccf-9bfc-174e3a17ab38/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -157,12 +175,12 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1720535198, "lastModified": 1716633019,
"narHash": "sha256-zwVvxrdIzralnSbcpghA92tWu2DV2lwv89xZc8MTrbg=", "narHash": "sha256-xim1b5/HZYbWaZKyI7cn9TJCM6ewNVZnesRr00mXeS4=",
"rev": "205fd4226592cc83fd4c0885a3e4c9c400efabb5", "rev": "9d29cd266cebf80234c98dd0b87256b6be0af44e",
"revCount": 559232, "revCount": 558675,
"type": "tarball", "type": "tarball",
"url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2311.559232%2Brev-205fd4226592cc83fd4c0885a3e4c9c400efabb5/0190a5ce-629e-74df-bb4e-d94341910492/source.tar.gz" "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2311.558675%2Brev-9d29cd266cebf80234c98dd0b87256b6be0af44e/018fb680-a725-7c9d-825e-aadb0901263e/source.tar.gz"
}, },
"original": { "original": {
"type": "tarball", "type": "tarball",
@ -212,16 +230,17 @@
}, },
"rust-overlay": { "rust-overlay": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1721096425, "lastModified": 1716862669,
"narHash": "sha256-9/58mnoDCyBHsJZwTg3MfgX3kgVqP/SzGMy0WnnWII8=", "narHash": "sha256-7oTPM9lcdwiI1cpRC313B+lHawocgpY5F07N+Rbm5Uk=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "1c95d396d7395829b5c06bea84fb1dd23169ca42", "rev": "47b2d15658b37716393b2463a019000dbd6ce4bc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -229,6 +248,21 @@
"repo": "rust-overlay", "repo": "rust-overlay",
"type": "github" "type": "github"
} }
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",