home

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

commit 09060977c84fae77256046d6b7c6a06aa76132cf
parent 7e6c83227231fd7c65ee0bcea741b4392412d883
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 14 Nov 2018 19:11:28 +0100

config: add/testing `nur` 👼

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

Diffstat:
Mconfig.nix | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/config.nix b/config.nix @@ -1,3 +1,8 @@ { allowUnfree = true; -}- \ No newline at end of file + packageOverrides = pkgs: { + nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") { + inherit pkgs; + }; + }; +}