This commit is contained in:
Till 2023-05-11 11:38:01 +02:00
parent 50da3350d6
commit 63594c8a0e
2 changed files with 11 additions and 6 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683651229, "lastModified": 1683762874,
"narHash": "sha256-HN0Mw8g1XQIrcdyzqT00YW0Uqi/V/BUUUAgvcK1pcSM=", "narHash": "sha256-EC7EDhzz/HjKppcaJFePlCOZqfVg8fooO/aWWUxwAJU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "983f8a1bb965b261492123cd8e2d07da46d4d50a", "rev": "010c26987729d6a2e0e19da6df7c3f0465ae03b3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1683546353, "lastModified": 1683627095,
"narHash": "sha256-zEfx6q4fXK5wq+RCsyM0FyWBKNNhHTKMpCWkEpKDe2g=", "narHash": "sha256-8u9SejRpL2TrMuHBdhYh4FKc1OGPDLyWTpIbNTtoHsA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7629f9b0680d87c7775f3261bee746da5dac76d1", "rev": "a08e061a4ee8329747d54ddf1566d34c55c895eb",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -188,6 +188,11 @@
lfs = { lfs = {
enable = true; enable = true;
}; };
extraConfig = {
init = {
defaultBranch = "main";
};
};
}; };
} }