aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/man/gitolfs3-server.14
-rw-r--r--flake.nix7
2 files changed, 2 insertions, 9 deletions
diff --git a/docs/man/gitolfs3-server.1 b/docs/man/gitolfs3-server.1
index e1d870e..ec70f0c 100644
--- a/docs/man/gitolfs3-server.1
+++ b/docs/man/gitolfs3-server.1
@@ -18,10 +18,6 @@ In the configured S3 bucket, a familiar structure is used:
18.IP 18.IP
19.TS 19.TS
20tab(%); 20tab(%);
21l l
22l l
23l l
24l l
25l l. 21l l.
26lfs-test.git/ % repository name 22lfs-test.git/ % repository name
27 lfs/objects/ % namespace 23 lfs/objects/ % namespace
diff --git a/flake.nix b/flake.nix
index 0b471d0..9892a92 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,12 +1,9 @@
1{ 1{
2 inputs = { 2 inputs = {
3 nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*.tar.gz"; 3 nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*.tar.gz";
4 flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.101.tar.gz";
5 4
6 crane = { 5 crane.url = "https://flakehub.com/f/ipetkov/crane/0.19.1.tar.gz";
7 url = "https://flakehub.com/f/ipetkov/crane/0.19.1.tar.gz"; 6 flake-utils.url = "https://flakehub.com/f/numtide/flake-utils/0.1.101.tar.gz";
8 inputs.nixpkgs.follows = "nixpkgs";
9 };
10 7
11 advisory-db = { 8 advisory-db = {
12 url = "github:rustsec/advisory-db"; 9 url = "github:rustsec/advisory-db";