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
This commit is contained in:
teutat3s 2022-07-04 22:52:53 +02:00
parent ac21dc06cd
commit 589ed68eef
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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;
});
}