more nits.

This commit is contained in:
Gabe Venberg 2024-04-22 21:31:59 -05:00
parent a20c3cc420
commit b1b041a792

View file

@ -14,7 +14,7 @@
flake-utils.lib.eachDefaultSystem (system:
with import nixpkgs {inherit system;}; {
devShells.default = mkShell {
buildInputs = [hugo];
packages = [hugo];
};
});
}