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
1 changed files with 1 additions and 2 deletions

View File

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