mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
e2e test for gitlfs
This commit is contained in:
parent
d2d6f2086a
commit
75a1ba3376
2 changed files with 71 additions and 1 deletions
|
@ -38,7 +38,7 @@ in {
|
|||
});
|
||||
};
|
||||
client = { pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
environment.systemPackages = [ pkgs.git pkgs.git-lfs ];
|
||||
};
|
||||
};
|
||||
defaults = { pkgs, ... }: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue