tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
cryptsetup: add meta.mainProgram
Yarny0
2 years ago
104d8164
3aa4d642
+1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
cryptsetup
default.nix
+1
pkgs/os-specific/linux/cryptsetup/default.nix
···
78
description = "LUKS for dm-crypt";
79
changelog = "https://gitlab.com/cryptsetup/cryptsetup/-/raw/v${version}/docs/v${version}-ReleaseNotes";
80
license = lib.licenses.gpl2;
0
81
maintainers = with lib.maintainers; [ raitobezarius ];
82
platforms = with lib.platforms; linux;
83
};
···
78
description = "LUKS for dm-crypt";
79
changelog = "https://gitlab.com/cryptsetup/cryptsetup/-/raw/v${version}/docs/v${version}-ReleaseNotes";
80
license = lib.licenses.gpl2;
81
+
mainProgram = "cryptsetup";
82
maintainers = with lib.maintainers; [ raitobezarius ];
83
platforms = with lib.platforms; linux;
84
};