stockholm/makefu/2configs/nur.nix
2018-08-06 16:28:27 +02:00

8 lines
187 B
Nix

{ pkgs, ... }:{
nixpkgs.config.packageOverrides = pkgs: {
nur = pkgs.callPackage (import (builtins.fetchGit {
url = "https://github.com/nix-community/NUR";
})) {};
};
}