Home

nur @3ad2553ead407af57b3c67cfb01893a0c8e847ea - refs - log -
-
https://git.jolheiser.com/nur.git
My NUR
nur / default.nix
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
# This file describes your repository contents.
# It should return a set of nix derivations.
# It should NOT import <nixpkgs>. Instead, you should take all dependencies as
# arguments.

{ callPackage
, libsForQt5
, haskellPackages
, pythonPackages
# , ...
# Add here other callPackage/callApplication/... providers as the need arises
, ... }:

{
  example-package = callPackage ./pkgs/example-package { };
  # some-qt5-package = libsForQt5.callPackage ./pkgs/some-qt5-package { };
  # ...
}