flake: use new default app convention
This commit is contained in:
parent
e2098358ae
commit
e35a4a1bd3
1 changed files with 1 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue