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