feat: add flake support
This commit is contained in:
parent
5e3f306860
commit
061115deaa
@ -59,8 +59,9 @@
|
||||
wrapProgram "$out/bin/kon" \
|
||||
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath libs}
|
||||
'';
|
||||
});/*
|
||||
packages.adam-gui = with pkgs; [
|
||||
});
|
||||
packages.adam-gui = symlinkJoin { name = "adam-gui";
|
||||
paths = with pkgs; [
|
||||
(buildGoModule rec {
|
||||
pname = "adam-gui";
|
||||
version = "0.0.1";
|
||||
@ -116,7 +117,8 @@
|
||||
"Utility"
|
||||
];
|
||||
})
|
||||
];*/
|
||||
];
|
||||
}
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user