Initial commit
Extracted the skeleton from https://github.com/fgaz/nur-packages.git
This commit is contained in:
commit
dd95bed0d8
9 changed files with 153 additions and 0 deletions
19
default.nix
Normal file
19
default.nix
Normal file
|
@ -0,0 +1,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 { };
|
||||
# ...
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue