feat: add flake support

This commit is contained in:
Louis Dalibard 2024-07-10 13:46:42 +02:00
parent 82ad80ceae
commit 37d3cf16bd

View File

@ -21,7 +21,7 @@
pkgs = nixpkgs.legacyPackages.${system};
in
{
packages.system.kon = with pkgs; [
packages.kon = with pkgs; [
(buildGoModule rec {
pname = "kon";
version = "0.0.1";
@ -62,7 +62,7 @@
'';
})
];
packages.system.adam-gui = with pkgs; [
packages.adam-gui = with pkgs; [
(buildGoModule rec {
pname = "adam-gui";
version = "0.0.1";