flake: fix 'nix flake check'

This commit is contained in:
Pierre Bourdon 2024-07-07 18:02:55 +02:00
parent 8dc7ee9864
commit 0c68a23275
Signed by untrusted user: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -71,8 +71,9 @@
${lib.getExe terraform} destroy
'');
};
default = self.apps.${system}.apply;
};
apps.${system}.default = self.apps.${system}.apply;
devShells.${system}.default = pkgs.mkShell {
packages = [