Use new flake default packages.<system>.default

Introduced in nix 2.7.0
https://discourse.nixos.org/t/nix-2-7-0-released/18072
defaultPackage.<system> got renamed to packages.<system>.default
pull/4/head
teutat3s 2022-07-04 22:52:53 +02:00
parent ac21dc06cd
commit 589ed68eef
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@
# These get source'd in devshell.bash.extra when starting tritonshell
packages = {
triton-vmtools = triton-vmtools;
default = triton-vmtools;
};
defaultPackage = triton-vmtools;
});
}