nixos/flake/src.nix

5 lines
149 B
Nix
Raw Normal View History

2024-09-14 18:49:12 +08:00
{ inputs }: let inherit (inputs.self.packages.x86_64-linux) pkgs; in
{
2024-09-25 23:17:38 +08:00
git-lfs-transfer = "sha256-AXXYo00ewbg656KiDasHrf3Krh6ZPUabmB3De090zCw=";
2024-09-14 18:49:12 +08:00
}