Manage Garage Websites from Guichet #19

Merged
quentin merged 8 commits from website into main 2023-04-19 13:11:47 +00:00
Showing only changes of commit 27efd5384b - Show all commits

View file

@ -39,6 +39,8 @@
};
in {
packages.x86_64-linux.bottin = bottin;
packages.x86_64-linux.default = bottin;
devShell.x86_64-linux = pkgs.mkShell { nativeBuildInputs = [ pkgs.go ]; };
};
}