Skip to content

Commit

Permalink
devShell: add nixd
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 20, 2024
1 parent d51660e commit 94dee25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
sites = lib.mapAttrs
(name: lang: {
inherit (lang) port;
layers = [ { path = lang.path; pathString = name; } { path = ./global; pathString = "global"; } ];
layers = [{ path = lang.path; pathString = name; } { path = ./global; pathString = "global"; }];
prettyUrls = true;
baseUrl = "/${name}/";
basePath = name;
Expand All @@ -36,6 +36,7 @@
devShells.default = pkgs.mkShell {
buildInputs = [
pkgs.nixpkgs-fmt
pkgs.nixd
];
};
packages = rec {
Expand Down

0 comments on commit 94dee25

Please sign in to comment.