Overlay a couple of packages #3

Merged
wymiller merged 4 commits from nix-override-overlay into master 2025-10-23 21:44:33 -05:00
Showing only changes of commit 0572cacd28 - Show all commits

View File

@@ -13,6 +13,12 @@ in {
rev = "v${version}"; rev = "v${version}";
hash = "sha256-UofhgILZhVXnYiGpb25m4Ct4sbu5pRmjVgj3oEf5Uyk="; hash = "sha256-UofhgILZhVXnYiGpb25m4Ct4sbu5pRmjVgj3oEf5Uyk=";
}; };
vendorHash = null;
subPackages = [ "." ];
ldflags = [
"-X main.version=${version}"
"-X main.buildSource=nix"
];
}); });
atuinLatest = (prev.atuin.override { atuinLatest = (prev.atuin.override {