more nits.
This commit is contained in:
parent
a20c3cc420
commit
b1b041a792
|
@ -14,7 +14,7 @@
|
||||||
flake-utils.lib.eachDefaultSystem (system:
|
flake-utils.lib.eachDefaultSystem (system:
|
||||||
with import nixpkgs {inherit system;}; {
|
with import nixpkgs {inherit system;}; {
|
||||||
devShells.default = mkShell {
|
devShells.default = mkShell {
|
||||||
buildInputs = [hugo];
|
packages = [hugo];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue