Home

nur @3ad2553ead407af57b3c67cfb01893a0c8e847ea - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
nur / overlay.nix
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# You can use this file as a nixpkgs overlay.
# It's useful in the case where you don't want to add the whole NUR namespace
# to your configuration.

self: super:

import ./default.nix {
  callPackage = super.callPackage;
  libsForQt5 = super.libsForQt5;
  haskellPackages = super.haskellPackages;
  pythonPackages = super.pythonPackages;
  # ...
  # Add here other callPackage/callApplication/... providers as the need arises
}