We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d38602 commit a6ce303Copy full SHA for a6ce303
docs/tutorials/getting-started-flakes.md
@@ -92,7 +92,7 @@ Add `flake.nix`:
92
];
93
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };
94
flake = pkgs.helloProject.flake {
95
- # This adds support for `nix build .#js-unknown-ghcjs-cabal:hello:exe:hello`
+ # This adds support for `nix build .#js-unknown-ghcjs:hello:exe:hello`
96
# crossPlatforms = p: [p.ghcjs];
97
};
98
in flake // {
0 commit comments