1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

chore: update flake inputs

This commit is contained in:
Ryan Cao 2023-08-01 14:23:15 +08:00
parent e0a7be7ba0
commit 66609c3fbe
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 13 additions and 13 deletions

24
flake.lock generated
View file

@ -135,11 +135,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1690611557, "lastModified": 1690784506,
"narHash": "sha256-VP59ksXc+4DUWTHl7Ly7TquDXZB/tW8MWLLcBKk82ic=", "narHash": "sha256-yGjqJnWo51CKgWPNQ4Z8CHLxsRejSZDWYdPnluR0/PU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "4253a8cb191d91dcf88d15966c3574f2460bad85", "rev": "792ee9139705831a27f1d4b1e0b4bc4e909c5ac0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -186,11 +186,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1690652600, "lastModified": 1690846837,
"narHash": "sha256-Dy09g7mezToVwtFPyY25fAx1hzqNXv73/QmY5/qyR44=", "narHash": "sha256-ZZ8YPOEdZG0zz61U4sfUAx28oEdqLdtG1iWTTH/98uc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "f58889c07efa8e1328fdf93dc1796ec2a5c47f38", "rev": "4fd794d3df88735dcf9662155d77b08a2e2dde29",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -221,11 +221,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1690630721, "lastModified": 1690833316,
"narHash": "sha256-Y04onHyBQT4Erfr2fc82dbJTfXGYrf4V0ysLUYnPOP8=", "narHash": "sha256-+YU+/pTJmVKNW12R07/SJiTn7PQk90xwCI4D2PfLRPs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d2b52322f35597c62abf56de91b0236746b2a03d", "rev": "9418167277f665de6f4a29f414d438cf39c55b9e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -251,11 +251,11 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1690560133, "lastModified": 1690745810,
"narHash": "sha256-dBKFCBYjO9TzSG+5oprSe4oC5PjPMp8DlMpz7JGz7Ds=", "narHash": "sha256-PWEdqI+iiHbx4dkIwWHZCGJuTpRfJI3MLSHf3gQEJt4=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "f442c4aad61668d622d8d8817dbd3dfaaa576068", "rev": "429a3816adb99f33ef557767c874d2cd3a1ffa01",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -25,6 +25,6 @@
programs.gh = { programs.gh = {
enable = true; enable = true;
enableGitCredentialHelper = true; gitCredentialHelper.enable = true;
}; };
} }