Merge branch 'master' of ssh://git.venberg.xyz:7920/Gabe/techWebsite
This commit is contained in:
commit
e3d9e2dd98
|
@ -11,12 +11,10 @@
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
flake-utils,
|
flake-utils,
|
||||||
}:
|
}:
|
||||||
flake-utils.lib.eachDefaultSystem (system: let
|
flake-utils.lib.eachDefaultSystem (system:
|
||||||
pkgs = import nixpkgs {inherit system;};
|
with import nixpkgs {inherit system;}; {
|
||||||
in
|
|
||||||
with pkgs; {
|
|
||||||
devShells.default = mkShell {
|
devShells.default = mkShell {
|
||||||
buildInputs = [hugo];
|
packages = [hugo];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue