Skip to content

Commit 0d633a6

Browse files
kuruczgytalyz
authored andcommitted
README: Add note and advice about dev dependencies
1 parent 7d905a5 commit 0d633a6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.org

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,19 @@
195195
attribute set of submodules, where the attribute name is the path
196196
to persistent storage.
197197

198+
Note that this project has ~nixpkgs~ and ~home-manager~ as dependencies for
199+
development, but these are not needed when using the module. If these extra
200+
dependencies appearing in your ~flake.lock~ bother you, you can remove them
201+
like this:
202+
203+
#+begin_src nix
204+
inputs = {
205+
impermanence.url = "github:nix-community/impermanence";
206+
impermanence.inputs.nixpkgs.follows = "";
207+
impermanence.inputs.home-manager.follows = "";
208+
};
209+
#+end_src
210+
198211
Usage is shown best with an example:
199212

200213
#+begin_src nix

0 commit comments

Comments
 (0)