mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-27 14:23:45 -05:00
add faq for #4
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user