Stable release 22.11
This commit is contained in:
parent
aa9dd253a9
commit
f381b8a291
54 changed files with 200 additions and 166 deletions
7
rust-toolchain/flake.lock
generated
7
rust-toolchain/flake.lock
generated
|
@ -32,15 +32,16 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1676419747,
|
||||
"narHash": "sha256-VKaecpmFjq3qsG4b7t7UOu2tSTTJKbGHR5f0ICLQT6M=",
|
||||
"lastModified": 1678101631,
|
||||
"narHash": "sha256-vuuvWBNGhNSPPbFCjp2XZmBqJOvsFF1T0hyleRnHZlc=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c9fbcf04164c77ac8a473f984e666d81beef224d",
|
||||
"rev": "934e613c31cf7af0624dcf088b9e2d9b802d0717",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "release-22.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
description = "A Nix-flake-based Rust development environment";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs";
|
||||
rust-overlay.url = "github:oxalica/rust-overlay";
|
||||
};
|
||||
|
||||
outputs =
|
||||
{ self
|
||||
, flake-utils
|
||||
, nixpkgs
|
||||
, flake-utils
|
||||
, rust-overlay
|
||||
}:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue