rcl/flake.lock
Ruud van Asseldonk f5f2caf989 Pin Nixpkgs to a version with Rust 1.70
I started using the is_terminal method which was introduced in 1.70, but
the flake (and therefore CI) were using an older Rust version that did
not have it yet. It's better for them to be in sync, even if it means
they are not in sync across all of my repositories.

Thanks to nixhub.io for making it easy to find the right Nixpkgs
revision.
2023-10-03 21:54:04 +02:00

26 lines
567 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1690235791,
"narHash": "sha256-QkPVQ859F0wXyd74A7UPYbmi4B5xYN4Ns7AQ0pvM0Wo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "dfcffbd74fd6f0419370d8240e445252a39f4d10",
"type": "github"
},
"original": {
"id": "nixpkgs",
"rev": "dfcffbd74fd6f0419370d8240e445252a39f4d10",
"type": "indirect"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}