minor git changes

This commit is contained in:
cnst
2024-07-17 21:26:57 +02:00
parent 7d2249dda3
commit 38d785cab0
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@@ -70,11 +70,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1721128566, "lastModified": 1721236582,
"narHash": "sha256-vopB9IQ+0mGHbdovctRB6wjkMQnQmdBZ8cyYSn/zXRQ=", "narHash": "sha256-MAYLNlFBDY8Ufd2BgwUN5SO6UYqp+5AfLZQYob3B5tk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "flake-firefox-nightly", "repo": "flake-firefox-nightly",
"rev": "84364b1ba41582a86390f88932dc9d8798871050", "rev": "36870759aca01fbc590f0ab9b199bc961145b70a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -548,11 +548,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1721042250, "lastModified": 1721224205,
"narHash": "sha256-CEOGzI9WFGezwJ3lok0F//1UEq5crzE2kZDLQK2EtfE=", "narHash": "sha256-W0+l7HNzZfEmIx/1Yp3Tow/GZILVjrMjWfTt1Mos7mI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "b9ed90003273f0a75151b32948e16b44891f403c", "rev": "55bda0cc3b230255d271e5eef82f3279dae9f859",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -2,6 +2,6 @@
programs.git = { programs.git = {
enable = true; enable = true;
userName = "cnst"; userName = "cnst";
userEmail = "cnst@cana.st"; userEmail = "adamhilmersson@gmail.com";
}; };
} }