Skip to content

Commit

Permalink
fix templates
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Sep 16, 2023
1 parent 239dbf5 commit 7489db2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion templates/codium/generic/.markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"no-duplicate-header": false,
"line-length": false
"line-length": false,
"no-inline-html": false
}
8 changes: 6 additions & 2 deletions templates/codium/generic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ This flake provides a devshell with `VSCodium` a `hello` executable on `PATH` an

## Prerequisites

See these for additional info:
<details>

<summary>Spoiler</summary>

- [codium-generic](https://github.com/deemp/flakes/tree/main/templates/codium/generic#readme) - info just about `VSCodium` and extensions.
- [nix-vscode-extensions](https://github.com/nix-community/nix-vscode-extensions) (pinned [here](https://github.com/deemp/flakes/blob/main/source-flake/vscode-extensions/flake.nix)).
- [Prerequisites](https://github.com/deemp/flakes#prerequisites).
- [Troubleshooting](https://github.com/deemp/flakes/blob/main/README/Troubleshooting.md)

## Example
</details>

## Quick start

1. Install Nix - see [how](https://github.com/deemp/flakes/blob/main/README/InstallNix.md).

Expand Down
3 changes: 1 addition & 2 deletions templates/codium/haskell-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@

## Prerequisites

- NixOS wiki - [Haskell](https://nixos.wiki/wiki/Haskell)

<details>

<summary>Spoiler</summary>

- NixOS wiki - [Haskell](https://nixos.wiki/wiki/Haskell)
- [flake.nix](./flake.nix) - code in this flake is extensively commented.
- [codium-haskell](https://github.com/deemp/flakes/tree/main/templates/codium/haskell#readme) - template for this flake.
- [Haskell](https://github.com/deemp/flakes/blob/main/README/Haskell.md) - general info about `Haskell` tools.
Expand Down
3 changes: 1 addition & 2 deletions templates/codium/haskell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@

## Prerequisites

- NixOS wiki - [Haskell](https://nixos.wiki/wiki/Haskell)

<details>

<summary>Spoiler</summary>

- NixOS wiki - [Haskell](https://nixos.wiki/wiki/Haskell)
- [flake.nix](./flake.nix) - code in this flake is extensively commented.
- [codium-haskell](https://github.com/deemp/flakes/tree/main/templates/codium/haskell#readme) - template for this flake.
- [Haskell](https://github.com/deemp/flakes/blob/main/README/Haskell.md) - general info about `Haskell` tools.
Expand Down

0 comments on commit 7489db2

Please sign in to comment.