Skip to content

Commit 23daf1b

Browse files
committed
nix: Add git lfs
1 parent c0ce7a6 commit 23daf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
let pkgs = import nixpkgs { inherit system; };
1313
in {
1414
default = pkgs.mkShell {
15-
packages = with pkgs; [ ruby just ];
15+
packages = with pkgs; [ ruby just git-lfs ];
1616
};
1717
});
1818
};
19-
}
19+
}

0 commit comments

Comments
 (0)