flake.lock: Update

Flake lock file updates:

• Updated input 'fenix':
    'github:nix-community/fenix/3116ee073ab3931c78328ca126224833c95e6227' (2023-09-30)
  → 'github:nix-community/fenix/9e5097e1be6c29345f63de27f21ad8cdaecbcb7a' (2023-10-02)
• Updated input 'fenix/rust-analyzer-src':
    'github:rust-lang/rust-analyzer/4791a5de21735e3d9414d131a4f973da9bae0537' (2023-09-29)
  → 'github:rust-lang/rust-analyzer/0840038f02daec6ba3238f05d8caa037d28701a0' (2023-09-30)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/dd8af63ff7683947008161126020971ddc5091d6' (2023-10-01)
  → 'github:NixOS/nixpkgs/f902cb49892d300ff15cb237e48aa1cad79d68c3' (2023-10-02)
This commit is contained in:
Harsh Shandilya 2023-10-03 02:05:40 +05:30
parent b5d06d66ef
commit 83658f6ded
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

View File

@ -8,11 +8,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1696054802,
"narHash": "sha256-VTON/WlYeyzFoYwwsb8KveqJJCfWEI6NtZYHcAFKBuo=",
"lastModified": 1696227742,
"narHash": "sha256-c6OP/k/jr7sSf/EQL5EjPjSRpH+MdyYiD41VtXr9vLY=",
"owner": "nix-community",
"repo": "fenix",
"rev": "3116ee073ab3931c78328ca126224833c95e6227",
"rev": "9e5097e1be6c29345f63de27f21ad8cdaecbcb7a",
"type": "github"
},
"original": {
@ -23,16 +23,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1696136334,
"narHash": "sha256-jrFawueRxytLp5ajiS2ZAUVws1ZAno50x5AmuCSPBzg=",
"lastModified": 1696234590,
"narHash": "sha256-mgOzQYTvaTT4bFopVOadlndy2RPwLy60rDjIWOGujwo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "dd8af63ff7683947008161126020971ddc5091d6",
"rev": "f902cb49892d300ff15cb237e48aa1cad79d68c3",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
@ -48,11 +48,11 @@
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1696014495,
"narHash": "sha256-TcDFXRK9weJ1yCQyo6zxRhLfYHe/GcXDbSUpiszNCuw=",
"lastModified": 1696050837,
"narHash": "sha256-2K3Aq4gjPZBDnkAMJaMA4ElE+BNbmrqtSBWtt9kPGaM=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "4791a5de21735e3d9414d131a4f973da9bae0537",
"rev": "0840038f02daec6ba3238f05d8caa037d28701a0",
"type": "github"
},
"original": {

View File

@ -1,7 +1,7 @@
{
description = "My personal NUR repository";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/master";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.systems.url = "github:msfjarvis/flake-systems";