diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-19 15:07:09 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-04-19 15:07:09 +0200 |
commit | 27efd5384b5e0e77f44c754c7cbd39751733d995 (patch) | |
tree | 115aef13d267b2aaf7f54c091289115e830163fd /flake.nix | |
parent | 1f34547a4c5d9ae82b929b218c057277ea72b939 (diff) | |
download | guichet-27efd5384b5e0e77f44c754c7cbd39751733d995.tar.gz guichet-27efd5384b5e0e77f44c754c7cbd39751733d995.zip |
fix build
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ]; }; }; } |