deja: init for testing. Later porting to nixpkgs

This commit is contained in:
2026-05-21 18:39:24 +02:00
parent 36aa61d89b
commit 2aededa14c
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
_: { {pkgs-unstable, ...}: {
home.packages = [
(pkgs-unstable.callPackage ../packages/deja.nix {})
];
programs.zsh = { programs.zsh = {
enable = true; enable = true;
autosuggestion.enable = true; autosuggestion.enable = true;
+2 -2
View File
@@ -13,10 +13,10 @@ buildGoModule (finalAttrs: {
owner = "Giammarco-Ferranti"; owner = "Giammarco-Ferranti";
repo = "deja"; repo = "deja";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = lib.fakeHash; hash = "sha256-0eRXPtm+L1C4/fc/WLn9p2LV8uhJ4w+40hhA69+CEdw=";
}; };
vendorHash = "sha256-K4DOu3rfSlKAa5JNKCzWWpnWZlXXxtN5Po7p1Spqe1w="; vendorHash = "sha256-KmLdMK94cGOXMPJwWS6NgLB5OiNmJbszHdnLzauqJm8=";
ldflags = [ ldflags = [
"-s" "-s"