aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-04-19 15:07:09 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-04-19 15:07:09 +0200
commit27efd5384b5e0e77f44c754c7cbd39751733d995 (patch)
tree115aef13d267b2aaf7f54c091289115e830163fd
parent1f34547a4c5d9ae82b929b218c057277ea72b939 (diff)
downloadguichet-27efd5384b5e0e77f44c754c7cbd39751733d995.tar.gz
guichet-27efd5384b5e0e77f44c754c7cbd39751733d995.zip
fix build
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 7087410..86fd8f9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 ]; };
};
}