WIP: test data model thru VM #11

Closed
kiara wants to merge 70 commits from data-model-test-deployment-plain into deployment-data-model-with-tests
Showing only changes of commit 347bb7b242 - Show all commits

View file

@ -25,16 +25,12 @@ in
environment.systemPackages = with pkgs; [
jq
automake
autoconf
];
# FIXME: sad times
system.extraDependencies = with pkgs; [
jq
jq.inputDerivation
automake
autoconf
];
system.extraDependenciesFromModule =
@ -42,8 +38,6 @@ in
{
environment.systemPackages = with pkgs; [
hello
automake
autoconf
];
};
};
@ -77,8 +71,6 @@ in
environment.systemPackages = with pkgs; [
hello
automake
autoconf
];
};
in