home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9adbaa6061d95a9f2388efd04b3db1ff9877dbac
parent ca37c5264ff5c3d92dbc3dd8e45d5fceac03c02a
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 23 Nov 2018 09:20:00 +0100

config: fix indentation

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mconfig.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.nix b/config.nix @@ -1,5 +1,5 @@ { - allowUnfree = true; + allowUnfree = true; packageOverrides = pkgs: { nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") { inherit pkgs;