Compare commits

..

No commits in common. "09bf9a3b1724a1d86c73cdca3aed01c231594dd3" and "e3673902e2c94fbaa4b2884a9f9d3eb98663e239" have entirely different histories.

2 changed files with 4 additions and 5 deletions

8
flake.lock generated
View File

@ -177,11 +177,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1733261583, "lastModified": 1727275335,
"narHash": "sha256-HOVUtrhtJ16umPuEODuVE9fx+JmDCRp7wIxnEART0Eg=", "narHash": "sha256-LNzRI4RhK26Ql3k2leNOemD3rTJcaw7tftoANe9BDY8=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "a09a34997ce692c7a2e8e434b44433156a73088c", "rev": "9f36693f90e4dcbb9a18728d7a7c0d864903d4ea",
"revCount": 38, "revCount": 35,
"type": "git", "type": "git",
"url": "https://git.project-cloud.net/asmir/nvim_flake" "url": "https://git.project-cloud.net/asmir/nvim_flake"
}, },

View File

@ -182,7 +182,6 @@ in {
userName = "Asmir A"; userName = "Asmir A";
userEmail = "asmir.abdulahovic@gmail.com"; userEmail = "asmir.abdulahovic@gmail.com";
extraConfig = { extraConfig = {
init.defaultBranch = "master";
pull = {rebase = true;}; pull = {rebase = true;};
credential = {helper = "store";}; credential = {helper = "store";};
}; };