dendritic: first succesfull rebuild

This commit is contained in:
2026-05-24 11:38:11 +02:00
parent 30e8029a6b
commit edc8d51491
5 changed files with 72 additions and 175 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
{ ... }: {
perSystem = { pkgs, pkgs-unstable, ...}: {
{ self, ... }: {
perSystem = { pkgs, ...}:
let
pkgs-unstable = self.pkgs-unstable;
in
{ # perSystem doesnt like pkgs-unstable we must input it globally
packages.dejaManuallyDerived = pkgs-unstable.buildGoModule (finalAttrs: {
pname = "deja";
version = "0.2.6";