Skip to content

Commit

Permalink
remove a stray quote char
Browse files Browse the repository at this point in the history
  • Loading branch information
stigok committed Jun 18, 2022
1 parent 49764e0 commit e0cce81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collections/_posts/2020-03-07-nix-and-nixos-notes.md
Expand Up @@ -210,7 +210,7 @@ $ nix-channel --update
Then reference the channel by path in `~/.nix-defexpr/channels/<channel>/nixpkgs`

```
$ nixos-rebuild build -I ~/.nix-defexpr/channels/nixos-${NIXOS_VERSION}/nixpkgs'
$ nixos-rebuild build -I ~/.nix-defexpr/channels/nixos-${NIXOS_VERSION}/nixpkgs
```

Reference: clever #nixos @ Libera.chat
Expand Down

0 comments on commit e0cce81

Please sign in to comment.