flake: use new default app convention

This commit is contained in:
Bruno BELANYI 2022-05-31 13:41:42 +02:00
parent e2098358ae
commit e35a4a1bd3

View file

@ -117,6 +117,7 @@
rec { rec {
apps = { apps = {
diff-flake = futils.lib.mkApp { drv = packages.diff-flake; }; diff-flake = futils.lib.mkApp { drv = packages.diff-flake; };
default = apps.diff-flake;
}; };
checks = { checks = {
@ -135,8 +136,6 @@
}; };
}; };
defaultApp = apps.diff-flake;
devShells = { devShells = {
default = pkgs.mkShell { default = pkgs.mkShell {
name = "NixOS-config"; name = "NixOS-config";