fix: some warnings
This commit is contained in:
@@ -28,11 +28,11 @@ in {
|
|||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
defaultPackages = [];
|
defaultPackages = [];
|
||||||
systemPackages = (with self.packages.${pkgs.system}; [
|
systemPackages = (with self.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||||
nvim-pager
|
nvim-pager
|
||||||
]);
|
]);
|
||||||
variables = {
|
variables = {
|
||||||
PAGER = with self.packages.${pkgs.system}; "${nvim-pager}/bin/pager";
|
PAGER = with self.packages.${pkgs.stdenv.hostPlatform.system}; "${nvim-pager}/bin/pager";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user