add faq for #4

This commit is contained in:
Mon Aaraj
2022-09-13 00:10:14 +03:00
parent aa9c518c03
commit eca2c6e4f3
2 changed files with 15 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ This is the least recommended method. This uses the `devShell` (or `nix-shell` f
### Flake
``` nix
```nix
{
description = "nix-doom-emacs shell";
@@ -174,7 +174,7 @@ This is the least recommended method. This uses the `devShell` (or `nix-shell` f
```
### Non-Flake
``` nix
```nix
{ pkgs ? import <nixpkgs> { } }:
let