diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-10 08:17:53 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-10 08:17:53 -0700 |
commit | 55003fe1676d51cd30d1c35f6a21e06b5a9e32dd (patch) | |
tree | e67ed549676dd0523a9903cfefbe9e193dc72cbb /users/fcuny | |
parent | go: replace lsp-mode with eglot (diff) | |
download | world-55003fe1676d51cd30d1c35f6a21e06b5a9e32dd.tar.gz |
nix: add tags
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/notes/content/notes/working-with-nix.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/notes/content/notes/working-with-nix.org b/users/fcuny/notes/content/notes/working-with-nix.org index 05e6720..b7be859 100644 --- a/users/fcuny/notes/content/notes/working-with-nix.org +++ b/users/fcuny/notes/content/notes/working-with-nix.org @@ -1,4 +1,5 @@ #+TITLE: Working with nix +#+TAGS[]: linux nix * the =nix develop= command The =nix develop= command is for working on a repository. If our repository contains a =Makefile=, it will be used by the various sub-commands. |