Make the container the default package

This commit is contained in:
Andreas Zweili 2022-12-12 09:24:59 +01:00
parent 719d5ba148
commit a130a54a13
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
'';
};
in
{
rec {
devShells.default = pkgs.mkShell {
buildInputs = [
pkgs.gnumake
@ -169,7 +169,7 @@
];
};
};
default = self.packages.container;
default = packages.container;
};
}));
}