Skip to content

Commit a6ce303

Browse files
authored
Fix typo (#1584)
Looks like a copy-paste error from the shell config above.
1 parent 7d38602 commit a6ce303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/getting-started-flakes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Add `flake.nix`:
9292
];
9393
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };
9494
flake = pkgs.helloProject.flake {
95-
# This adds support for `nix build .#js-unknown-ghcjs-cabal:hello:exe:hello`
95+
# This adds support for `nix build .#js-unknown-ghcjs:hello:exe:hello`
9696
# crossPlatforms = p: [p.ghcjs];
9797
};
9898
in flake // {

0 commit comments

Comments
 (0)