stockholm/makefu/2configs/nur.nix

8 lines
187 B
Nix
Raw Normal View History

2018-08-06 14:28:17 +00:00
{ pkgs, ... }:{
nixpkgs.config.packageOverrides = pkgs: {
nur = pkgs.callPackage (import (builtins.fetchGit {
url = "https://github.com/nix-community/NUR";
})) {};
};
}