##// END OF EJS Templates
dependencies: bumped python-pam to 1.8.4 and fixed pam auth.
dependencies: bumped python-pam to 1.8.4 and fixed pam auth.

File last commit:

r2824:5ac461b5 default
r2918:80ece0db default
Show More
release.nix
16 lines | 222 B | text/x-nix | NixLexer
# This file defines how to "build" for packaging.
{ pkgs ? import <nixpkgs> {}
, doCheck ? true
}:
let
enterprise_ce = import ./default.nix {
inherit
doCheck
pkgs;
};
in {
build = enterprise_ce;
}