more nits.
This commit is contained in:
parent
a20c3cc420
commit
b1b041a792
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue