summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lxcfs
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2019-02-03 15:33:22 +0000
committerJan Malakhovski <oxij@oxij.org>2019-02-03 15:33:22 +0000
commitdd5bcb34c977a6bf90e56517d6682510595f4b4f (patch)
tree1a428532c63c53005cb4df89a9cfd60144ce5c55 /pkgs/os-specific/linux/lxcfs
parent32e854c156af2228d340ab6d0bf4014bee2d43dc (diff)
downloadnixpkgs-dd5bcb34c977a6bf90e56517d6682510595f4b4f.tar
nixpkgs-dd5bcb34c977a6bf90e56517d6682510595f4b4f.tar.gz
nixpkgs-dd5bcb34c977a6bf90e56517d6682510595f4b4f.tar.bz2
nixpkgs-dd5bcb34c977a6bf90e56517d6682510595f4b4f.tar.lz
nixpkgs-dd5bcb34c977a6bf90e56517d6682510595f4b4f.tar.xz
nixpkgs-dd5bcb34c977a6bf90e56517d6682510595f4b4f.tar.zst
nixpkgs-dd5bcb34c977a6bf90e56517d6682510595f4b4f.zip
lxcfs: move defaults to package file
Diffstat (limited to 'pkgs/os-specific/linux/lxcfs')
-rw-r--r--pkgs/os-specific/linux/lxcfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/lxcfs/default.nix b/pkgs/os-specific/linux/lxcfs/default.nix
index a32f99600cd..3953ff1915a 100644
--- a/pkgs/os-specific/linux/lxcfs/default.nix
+++ b/pkgs/os-specific/linux/lxcfs/default.nix
@@ -1,5 +1,5 @@
-{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, help2man, fuse
-, enableDebugBuild ? false }:
+{ config, stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, help2man, fuse
+, enableDebugBuild ? config.lxcfs.enableDebugBuild or false }:
 
 with stdenv.lib;
 stdenv.mkDerivation rec {