We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d905a5 commit 0d633a6Copy full SHA for 0d633a6
1 file changed
README.org
@@ -195,6 +195,19 @@
195
attribute set of submodules, where the attribute name is the path
196
to persistent storage.
197
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
211
Usage is shown best with an example:
212
213
#+begin_src nix
0 commit comments