From 6ef5c647a4f38f5608a63fdc80a58bf772b11be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 19 Apr 2024 12:10:48 +0200 Subject: [PATCH] drop docs unpinned ways of installing sops-nix Less clutter and people are more likely to install dependencies in a more maintainable way. --- README.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.md b/README.md index 4de1cb7..fa55995 100644 --- a/README.md +++ b/README.md @@ -93,35 +93,10 @@ $ niv add Mic92/sops-nix } ``` -#### `nix-channel` - - As root run: - -```console -$ nix-channel --add https://github.com/Mic92/sops-nix/archive/master.tar.gz sops-nix -$ nix-channel --update -``` - - Then add the following to your `configuration.nix` in the `imports` list: - -```nix -{ - imports = [ ]; -} -``` - #### `fetchTarball` Add the following to your `configuration.nix`: -``` nix -{ - imports = [ "${builtins.fetchTarball "https://github.com/Mic92/sops-nix/archive/master.tar.gz"}/modules/sops" ]; -} -``` - -or with pinning: - ```nix { imports = let