forked from the-distro/infra
flake: fix 'nix flake check'
This commit is contained in:
parent
8dc7ee9864
commit
0c68a23275
1 changed files with 11 additions and 10 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue