Compare commits
2 commits
9ef24afbaf
...
b1b041a792
Author | SHA1 | Date | |
---|---|---|---|
Gabe Venberg | b1b041a792 | ||
Gabe Venberg | a20c3cc420 |
|
@ -11,12 +11,10 @@
|
|||
nixpkgs,
|
||||
flake-utils,
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (system: let
|
||||
pkgs = import nixpkgs {inherit system;};
|
||||
in
|
||||
with pkgs; {
|
||||
flake-utils.lib.eachDefaultSystem (system:
|
||||
with import nixpkgs {inherit system;}; {
|
||||
devShells.default = mkShell {
|
||||
buildInputs = [hugo];
|
||||
packages = [hugo];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue